Skip to main content

walk

Function walk 

Source
pub fn walk(fs: &dyn FileSystem) -> VfsResult<Vec<WalkEntry>>
Expand description

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.