Function essential_check::constraint_vm::step_on_total_control_flow
source ยท pub fn step_on_total_control_flow(
op: TotalControlFlow,
stack: &mut Stack,
pc: usize,
) -> Result<Option<ProgramControlFlow>, OpError>
Expand description
Step forward constraint checking by the given total control flow operation.