Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
52
func
(p *cliRestoreProgress) Flush() {
53
p.outputThrottle.Reset()
54
p.output(
"\n"
)
55
}
56
57
func
(p *cliRestoreProgress) maybeOutput() {
58
if
p.outputThrottle.ShouldOutput(p.progressUpdateInterval) {
Callers
nothing calls this directly
Calls
2
output
Method · 0.95
Reset
Method · 0.65
Tested by
no test coverage detected