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

Method UploadedBytes

cli/cli_progress.go:98–103  ·  view source on GitHub ↗
(numBytes int64)

Source from the content-addressed store, hash-verified

96}
97
98func (p *cliProgress) UploadedBytes(numBytes int64) {
99 p.uploadedBytes.Add(numBytes)
100 p.uploadedFiles.Add(1)
101
102 p.maybeOutput()
103}
104
105func (p *cliProgress) HashedBytes(numBytes int64) {
106 p.hashedBytes.Add(numBytes)

Callers

nothing calls this directly

Calls 2

maybeOutputMethod · 0.95
AddMethod · 0.45

Tested by

no test coverage detected