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

Function fetchAll

commands/command_fetch.go:337–341  ·  view source on GitHub ↗
(watcher *fetchWatcher)

Source from the content-addressed store, hash-verified

335}
336
337func fetchAll(watcher *fetchWatcher) bool {
338 pointers := scanAll()
339 printProgress(tr.Tr.Get("Fetching all references..."))
340 return fetch(pointers, watcher)
341}
342
343func scanAll() []*lfs.WrappedPointer {
344 // This could be a long process so use the chan version & report progress

Callers 1

fetchCommandFunction · 0.85

Calls 4

scanAllFunction · 0.85
printProgressFunction · 0.85
fetchFunction · 0.85
GetMethod · 0.65

Tested by

no test coverage detected