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

Method Simple

tasklog/log.go:142–147  ·  view source on GitHub ↗

Simple creates and enqueues a new *SimpleTask.

()

Source from the content-addressed store, hash-verified

140
141// Simple creates and enqueues a new *SimpleTask.
142func (l *Logger) Simple() *SimpleTask {
143 t := NewSimpleTask()
144 l.Enqueue(t)
145
146 return t
147}
148
149// Enqueue enqueues the given Tasks "ts".
150func (l *Logger) Enqueue(ts ...Task) {

Callers 4

pointersToFetchForRefsFunction · 0.95
scanAllFunction · 0.95
logVerboseOutputFunction · 0.80
pruneTaskDisplayProgressFunction · 0.80

Calls 2

EnqueueMethod · 0.95
NewSimpleTaskFunction · 0.85

Tested by

no test coverage detected