(numBytes int64)
| 103 | } |
| 104 | |
| 105 | func (p *cliProgress) HashedBytes(numBytes int64) { |
| 106 | p.hashedBytes.Add(numBytes) |
| 107 | p.maybeOutput() |
| 108 | } |
| 109 | |
| 110 | func (p *cliProgress) Error(path string, err error, isIgnored bool) { |
| 111 | if isIgnored { |
nothing calls this directly
no test coverage detected