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

Method Entry

tasklog/list_task.go:30–35  ·  view source on GitHub ↗

Entry logs a line-delimited task entry.

(update string)

Source from the content-addressed store, hash-verified

28
29// Entry logs a line-delimited task entry.
30func (l *ListTask) Entry(update string) {
31 l.ch <- &Update{
32 S: fmt.Sprintf("%s\n", update),
33 At: time.Now(),
34 }
35}
36
37func (l *ListTask) Complete() {
38 l.ch <- &Update{

Callers 4

drainScannerFunction · 0.45
updateOneRefMethod · 0.45
rewriteBlobMethod · 0.45

Calls

no outgoing calls

Tested by 1