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

Function ForceProgress

tasklog/log.go:53–57  ·  view source on GitHub ↗

ForceProgress returns an options function that configures forced progress status on the logger.

(v bool)

Source from the content-addressed store, hash-verified

51// ForceProgress returns an options function that configures forced progress status
52// on the logger.
53func ForceProgress(v bool) Option {
54 return func(l *Logger) {
55 l.forceProgress = v
56 }
57}
58
59// NewLogger returns a new *Logger instance that logs to "sink" and uses the
60// current terminal width as the width of the line. Will log progress status if

Callers 15

checkoutCommandFunction · 0.92
pruneFunction · 0.92
newUploadContextFunction · 0.92
migrateImportCommandFunction · 0.92
pointersToFetchForRefsFunction · 0.92
scanAllFunction · 0.92
pointersToFetchFunction · 0.92
pullFunction · 0.92
migrateExportCommandFunction · 0.92
migrateInfoCommandFunction · 0.92
buildTestDataFunction · 0.92
TestLoggerLogsTasksFunction · 0.85

Calls

no outgoing calls