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

Struct WaitingTask

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

WaitingTask represents a task for which the total number of items to do work is on is unknown.

Source from the content-addressed store, hash-verified

8// WaitingTask represents a task for which the total number of items to do work
9// is on is unknown.
10type WaitingTask struct {
11 // ch is used to transmit task updates.
12 ch chan *Update
13}
14
15// NewWaitingTask returns a new *WaitingTask.
16func NewWaitingTask(msg string) *WaitingTask {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected