has_cycle

pub(super) fn has_cycle(
    order: &HashMap<RelationId, HashSet<RelationId>>,
) -> bool
Expand description

Check if the backfill order has a cycle.