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

Method Updates

tasklog/simple_task.go:61–63  ·  view source on GitHub ↗

Updates implements Task.Updates and returns a channel of updates which is closed when Complete() is called.

()

Source from the content-addressed store, hash-verified

59// Updates implements Task.Updates and returns a channel of updates which is
60// closed when Complete() is called.
61func (s *SimpleTask) Updates() <-chan *Update {
62 return s.ch
63}
64
65// Throttled implements Task.Throttled and returns false, indicating that this
66// task is not throttled.

Calls

no outgoing calls