Expand description
Structs§
- Evidence
- One resolved piece of evidence: its locator plus the mounted filesystem, when
the engine detected one (
Nonefor a source no registered prober recognized). - Snapshot
View - One snapshot of an APFS volume, viewed as a time-indexed state in the
[H]cohort: the wall-clockEpochTag, the APFS transaction id, the snapshot name, and a re-openablePathSpeclocator (base ⇒Snapshot{ApfsXid}). - Vfs
- The engine handle: the reader registry plus the resolver.
- Walk
Entry - One node found by
walk: its path components (filesystem names are bytes, not guaranteed UTF-8), its filesystem id, and its metadata.
Functions§
- default_
registry - The fleet reader registry: filesystem probers + volume-system probers.
Container decoders and crypto layers register here as those readers grow
their
vfsfeatures. - walk
- Recursively enumerate every node of a mounted filesystem from the root — the
traversal a triage consumer runs over
Vfs::open(...).fs. Depth-capped and visited-guarded against directory loops;./..self/parent entries are skipped. Returns the nodes; a per-node read error aborts loud.