MCPcopy
hub / github.com/kopia/kopia / HashedBytes

Method HashedBytes

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

Source from the content-addressed store, hash-verified

103}
104
105func (p *cliProgress) HashedBytes(numBytes int64) {
106 p.hashedBytes.Add(numBytes)
107 p.maybeOutput()
108}
109
110func (p *cliProgress) Error(path string, err error, isIgnored bool) {
111 if isIgnored {

Callers

nothing calls this directly

Calls 2

maybeOutputMethod · 0.95
AddMethod · 0.45

Tested by

no test coverage detected