Function cairo_lang_lowering::lower::lower_function
source ยท pub fn lower_function(
encapsulating_ctx: &mut EncapsulatingLoweringContext<'_>,
function_id: FunctionWithBodyId,
signature: Signature,
block_expr_id: ExprId,
) -> Maybe<FlatLowered>
Expand description
Lowers a function into FlatLowered.