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

Function DryRun

tq/transfer_queue.go:269–273  ·  view source on GitHub ↗
(dryRun bool)

Source from the content-addressed store, hash-verified

267type Option func(*TransferQueue)
268
269func DryRun(dryRun bool) Option {
270 return func(tq *TransferQueue) {
271 tq.dryRun = dryRun
272 }
273}
274
275func WithProgress(m *Meter) Option {
276 return func(tq *TransferQueue) {

Callers 3

newDownloadCheckQueueFunction · 0.92
NewQueueMethod · 0.92
fetchFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected