Function source_conflicts

Source
pub fn source_conflicts(
    source_index: usize,
    bindings: &[Binding],
) -> Vec<&Binding>
Expand description

Bindings can be in conflict with the source binding of a given delta pipeline. We need to identify them and handle them as special cases, because we always have to start from prefixes of size two.