Skip to main content

count_conflicts

Function count_conflicts 

Source
fn count_conflicts(
    published: &BTreeMap<(String, Vec<(String, String)>), (f64, MetricKind, String)>,
) -> u64
Expand description

Counts published series whose own metric_type/help disagree with their family’s winning type/help. See build_families for how the winner is chosen.