MCPcopy Index your code
hub / github.com/kopia/kopia / maybeOutput

Method maybeOutput

cli/restore_progress.go:57–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (p *cliRestoreProgress) maybeOutput() {
58 if p.outputThrottle.ShouldOutput(p.progressUpdateInterval) {
59 p.output("")
60 }
61}
62
63func (p *cliRestoreProgress) output(suffix string) {
64 if !p.enableProgress {

Callers 1

SetCountersMethod · 0.95

Calls 2

outputMethod · 0.95
ShouldOutputMethod · 0.80

Tested by

no test coverage detected