Function cairo_lang_lowering::graph_algorithms::cycles::in_cycle
source · pub fn in_cycle(
db: &dyn LoweringGroup,
function_id: FunctionWithBodyId
) -> Maybe<bool>
Expand description
Query implementation of LoweringGroup::in_cycle.