Skip to main content

tracked_version_differs

Function tracked_version_differs 

Source
pub fn tracked_version_differs(entries: &[Entry]) -> bool
Expand description

True when any tracked entry was written by a different build than the one running now. This is the whole auto-refresh trigger: a string compare over a handful of entries, so the common case — everything current — costs nothing beyond reading the state file.