MCPcopy
hub / github.com/kopia/kopia / deltaBytes

Function deltaBytes

cli/command_snapshot_list.go:453–459  ·  view source on GitHub ↗
(b int64)

Source from the content-addressed store, hash-verified

451}
452
453func deltaBytes(b int64) string {
454 if b > 0 {
455 return "(+" + units.BytesString(b) + ")"
456 }
457
458 return ""
459}

Callers 1

entryBitsMethod · 0.85

Calls 1

BytesStringFunction · 0.92

Tested by

no test coverage detected