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

Method Updates

tasklog/task.go:10–10  ·  view source on GitHub ↗

Updates returns a channel which is written to with the current state of the Task when an update is present. It is closed when the task is complete.

()

Source from the content-addressed store, hash-verified

8 // of the Task when an update is present. It is closed when the task is
9 // complete.
10 Updates() <-chan *Update
11
12 // Throttled returns whether or not updates from this task should be
13 // limited when being printed to a sink via *log.Logger.

Callers 2

EnqueueMethod · 0.65
logTaskMethod · 0.65

Implementers 5

Metertq/meter.go
WaitingTasktasklog/waiting_task.go
SimpleTasktasklog/simple_task.go
ListTasktasklog/list_task.go
PercentageTasktasklog/percentage_task.go

Calls

no outgoing calls

Tested by

no test coverage detected