cairo_lang_lowering::graph_algorithms::cycles

Function in_cycle

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

Query implementation of LoweringGroup::in_cycle.