Skip to main content

gated_disagreements

Function gated_disagreements 

Source
pub fn gated_disagreements(root: &Path) -> Vec<(String, String, String)>
Expand description

Every gated probe whose live reading disagrees with the committed table’s, as (probe name, committed, live). Trend probes are never compared, and never computed here — this only runs the nine gated probes, so checking currency never pays for wildcard_arms’s workspace-wide clippy pass. For a caller that has already run the full report (e.g. to print it), use gated_disagreements_in instead so the nine gated probes aren’t computed a second time.