Skip to main content

Module walker

Module walker 

Source
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§

WalkHasher
Workspace-rooted walker that streams SHA-256 over every matched file.