Skip to main content

refresh_tracked

Function refresh_tracked 

Source
pub fn refresh_tracked() -> Result<Vec<Outcome>>
Expand description

Refreshes every tracked entry against the currently-running binary’s embedded text. Driven by the recorded entries rather than a root and an agent list, so a single call spans every project the user has installed into. Uses the same drift rules as install, via state_of: Stale or Missing rewrites the file and updates the recorded hash, Modified is left byte-identical and reported as SkippedModified, and Current is reported as Unchanged without touching anything.