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

Struct ListTask

tasklog/list_task.go:16–19  ·  view source on GitHub ↗

ListTask is a Task implementation that logs all updates in a list where each entry is line-delimited. For example: entry #1 entry #2 msg: ..., done.

Source from the content-addressed store, hash-verified

14// entry #2
15// msg: ..., done.
16type ListTask struct {
17 msg string
18 ch chan *Update
19}
20
21// NewListTask instantiates a new *ListTask instance with the given message.
22func NewListTask(msg string) *ListTask {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected