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

Function WithProgress

tq/transfer_queue.go:275–279  ·  view source on GitHub ↗
(m *Meter)

Source from the content-addressed store, hash-verified

273}
274
275func WithProgress(m *Meter) Option {
276 return func(tq *TransferQueue) {
277 tq.meter = m
278 }
279}
280
281func RemoteRef(ref *git.Ref) Option {
282 return func(tq *TransferQueue) {

Callers 4

NewQueueMethod · 0.92
fetchFunction · 0.92
pullFunction · 0.92
buildTestDataFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected