Skip to main content

stale_sync

Function stale_sync 

Source
pub fn stale_sync(last_sync_age_seconds: Option<u64>) -> bool
Expand description

True when no sync has happened within the freshness window. None (= never synced here) is treated as stale. Shared between MCP + CLI so the boolean flips at the same moment in both surfaces.