MCPcopy Create free account
hub / github.com/decomp/decomp / walkDir

Function walkDir

cmd/go-post/main.go:231–233  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

229}
230
231func walkDir(path string) error {
232 return filepath.Walk(path, visitFile)
233}
234
235func visitFile(path string, f os.FileInfo, err error) error {
236 if err == nil && isGoFile(f) {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected