MCPcopy
hub / github.com/kopia/kopia / Flush

Method Flush

cli/restore_progress.go:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (p *cliRestoreProgress) Flush() {
53 p.outputThrottle.Reset()
54 p.output("\n")
55}
56
57func (p *cliRestoreProgress) maybeOutput() {
58 if p.outputThrottle.ShouldOutput(p.progressUpdateInterval) {

Callers

nothing calls this directly

Calls 2

outputMethod · 0.95
ResetMethod · 0.65

Tested by

no test coverage detected