Skip to main content

Module unreachable

Module unreachable 

Source
Expand description

Reachability analysis: objects present in the store but reachable from no ref. Such an object is residue of deleted or rewritten history — it remains resurrectable from the object store until garbage-collected. Commits are the most telling (a whole dropped line of development); blobs and trees are lower-signal. An examiner follows these leads; they are never a verdict.

Structs§

UnreachableObject
An object present in the store yet reachable from no ref.

Functions§

audit_unreachable
Audit repo for objects reachable from no ref (all_objects − reachable).