MCPcopy Create free account
hub / github.com/vale-cli/vale / Walk

Function Walk

internal/system/walk.go:36–38  ·  view source on GitHub ↗

Walk extends filepath.Walk to also follow symlinks

(path string, walkFn filepath.WalkFunc)

Source from the content-addressed store, hash-verified

34
35// Walk extends filepath.Walk to also follow symlinks
36func Walk(path string, walkFn filepath.WalkFunc) error {
37 return walk(path, path, walkFn)
38}

Callers 3

lintFilesMethod · 0.92
loadVocabFunction · 0.92
addStyleMethod · 0.92

Calls 1

walkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…