pub fn walk(root: &Path) -> Result<WalkedWorkspace, WalkError>Expand description
Walks root without following symlink entries. Real .git and target directories are
pruned at every depth; every other entry must have a valid RelativePath.
ยงErrors
Returns BXW0061 unless the root is a real directory with a regular manifest, BXW0062 for
a refused read, and BXW0063 for an invalid logical path.