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

Method OnComplete

tasklog/simple_task.go:55–57  ·  view source on GitHub ↗

OnComplete implements an interface which receives a call to this method when the *tasklog.Logger has finished processing this task, but before it has accepted new tasks.

()

Source from the content-addressed store, hash-verified

53// the *tasklog.Logger has finished processing this task, but before it has
54// accepted new tasks.
55func (s *SimpleTask) OnComplete() {
56 s.wg.Done()
57}
58
59// Updates implements Task.Updates and returns a channel of updates which is
60// closed when Complete() is called.

Calls 1

DoneMethod · 0.45