MCPcopy Create free account
hub / github.com/Swiftie13st/LearningNote / MD5All

Function MD5All

Golang/Code/advanceCode/main.go:37–97  ·  view source on GitHub ↗

MD5All reads all the files in the file tree rooted at root and returns a map from file path to the MD5 sum of the file's contents. If the directory walk fails or any read operation fails, MD5All returns an error.

(ctx context.Context, root string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected