MCPcopy Index your code
hub / github.com/git-lfs/git-lfs / fetchRemoteRefs

Function fetchRemoteRefs

commands/command_migrate.go:292–297  ·  view source on GitHub ↗
(l *tasklog.Logger, remotes []string)

Source from the content-addressed store, hash-verified

290}
291
292func fetchRemoteRefs(l *tasklog.Logger, remotes []string) error {
293 w := l.Waiter(tr.Tr.Get("Fetching remote refs"))
294 defer w.Complete()
295
296 return git.Fetch(remotes...)
297}
298
299// formatRefName returns the fully-qualified name for the given Git reference
300// "ref".

Callers 1

getRemoteRefsFunction · 0.85

Calls 4

FetchFunction · 0.92
WaiterMethod · 0.80
GetMethod · 0.65
CompleteMethod · 0.45

Tested by

no test coverage detected