Expand description
WalkHasher: a VCS-free VcsHasher implementation.
WalkHasher resolves glob/directory/file patterns against a workspace
root and computes a streaming SHA-256 over every matched file. It is the
default fallback when a VCS-specific implementation isn’t available.
Structs§
- Walk
Hasher - Workspace-rooted walker that streams SHA-256 over every matched file.