pub fn get_non_fallthrough_statement_id(
builder: &CompiledInvocationBuilder<'_>,
) -> StatementIdx
Expand description
Fetches the non-fallthrough jump target of the invocation, assuming this invocation is a conditional jump.
pub fn get_non_fallthrough_statement_id(
builder: &CompiledInvocationBuilder<'_>,
) -> StatementIdx
Fetches the non-fallthrough jump target of the invocation, assuming this invocation is a conditional jump.