cairo_lang_sierra_to_casm::environment::frame_state

Function handle_finalize_locals

source
pub fn handle_finalize_locals(
    frame_state: FrameState,
    ap_tracking: ApTracking,
) -> Result<(usize, FrameState), FrameStateError>
Expand description

Returns the number of slots that were allocated for locals and the new frame state.