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

Method Wait

tools/filetools.go:412–415  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

410}
411
412func (w *fastWalker) Wait() {
413 w.wg.Wait()
414 close(w.ch)
415}
416
417func join(paths ...string) string {
418 ne := make([]string, 0, len(paths))

Callers 1

fastWalkWithExcludeFilesFunction · 0.95

Calls 1

WaitMethod · 0.65

Tested by

no test coverage detected