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

Method FinishedHashingFile

cli/cli_progress.go:92–96  ·  view source on GitHub ↗
(_ string, _ int64)

Source from the content-addressed store, hash-verified

90}
91
92func (p *cliProgress) FinishedHashingFile(_ string, _ int64) {
93 p.hashedFiles.Add(1)
94 p.inProgressHashing.Add(-1)
95 p.maybeOutput()
96}
97
98func (p *cliProgress) UploadedBytes(numBytes int64) {
99 p.uploadedBytes.Add(numBytes)

Callers

nothing calls this directly

Calls 2

maybeOutputMethod · 0.95
AddMethod · 0.45

Tested by

no test coverage detected