pub(super) fn has_cycle(
order: &HashMap<RelationId, HashSet<RelationId>>,
) -> boolExpand description
Check if the backfill order has a cycle.
pub(super) fn has_cycle(
order: &HashMap<RelationId, HashSet<RelationId>>,
) -> boolCheck if the backfill order has a cycle.