pub fn tracked_version_differs(entries: &[Entry]) -> boolExpand 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.