cairo_lang_lowering::graph_algorithms::cycles

Function function_with_body_direct_callees

source
pub fn function_with_body_direct_callees(
    db: &dyn LoweringGroup,
    function_id: FunctionWithBodyId,
    dependency_type: DependencyType,
) -> Maybe<OrderedHashSet<FunctionId>>
Expand description