MCPcopy
hub / github.com/kopia/kopia / Finish

Method Finish

cli/cli_progress.go:264–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

262}
263
264func (p *cliProgress) Finish() {
265 if p.shared {
266 return
267 }
268
269 p.uploadFinished.Store(true)
270 p.uploading.Store(false)
271
272 p.output(defaultColor, "")
273
274 if p.enableProgress {
275 p.out.printStderr("\n")
276 }
277}
278
279func (p *cliProgress) EstimationParameters() upload.EstimationParameters {
280 return upload.EstimationParameters{

Callers 1

snapshotSingleSourceMethod · 0.80

Calls 3

outputMethod · 0.95
printStderrMethod · 0.80
StoreMethod · 0.65

Tested by

no test coverage detected