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

Method Complete

tasklog/list_task.go:37–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (l *ListTask) Complete() {
38 l.ch <- &Update{
39 S: fmt.Sprintf("%s: ...", l.msg),
40 At: time.Now(),
41 }
42 close(l.ch)
43}
44
45// Throttled implements the Task.Throttled function and ensures that all log
46// updates are printed to the sink.

Callers 11

fetchRemoteRefsFunction · 0.45
logVerboseOutputFunction · 0.45
pruneTaskDisplayProgressFunction · 0.45
pruneDeleteFilesFunction · 0.45
checkoutNonBareFunction · 0.45
pointersToFetchForRefsFunction · 0.45
scanAllFunction · 0.45
performForceCheckoutFunction · 0.45
updateRefsMethod · 0.45
commitsToMigrateMethod · 0.45

Calls

no outgoing calls

Tested by 1