pub fn gated_disagreements_in(
probes: &[Probe],
root: &Path,
) -> Vec<(String, String, String)>Expand description
Like gated_disagreements, but diffs probes (typically a Report’s
.probes, already computed) instead of re-running the gated probes.