cairo_lang_lowering::scc

Function function_with_body_scc

source
pub fn function_with_body_scc(
    db: &dyn LoweringGroup,
    function_id: FunctionWithBodyId,
    dependency_type: DependencyType,
) -> Vec<FunctionWithBodyId>
Expand description