Function cairo_lang_lowering::graph_algorithms::cycles::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.