MCPcopy
hub / github.com/git-lfs/git-lfs / fastWalker

Struct fastWalker

tools/filetools.go:280–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280type fastWalker struct {
281 rootDir string
282 ch chan fastWalkInfo
283 limit int32
284 cur *int32
285 wg *sync.WaitGroup
286}
287
288// fastWalkWithExcludeFiles walks the contents of a dir, respecting
289// include/exclude patterns.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected