Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
453
func
deltaBytes(b int64) string {
454
if
b > 0 {
455
return
"(+"
+ units.BytesString(b) +
")"
456
}
457
458
return
""
459
}
Callers
1
entryBits
Method · 0.85
Calls
1
BytesString
Function · 0.92
Tested by
no test coverage detected