lower_revert_statement

Function lower_revert_statement 

Source
fn lower_revert_statement(
    ident: Option<&IdentifierPath>,
    args: &[Expression],
    ctx: &mut LoweringContext<'_>,
    instructions: &mut Vec<Instruction>,
) -> bool