MCPcopy
hub / github.com/kopia/kopia / OverheadBytes

Method OverheadBytes

internal/cacheprot/storage_protection.go:22–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 Protect(id string, input gather.Bytes, output *gather.WriteBuffer)
21 Verify(id string, input gather.Bytes, output *gather.WriteBuffer) error
22 OverheadBytes() int
23}
24
25type nullStorageProtection struct{}

Callers 1

PutMethod · 0.65

Implementers 3

nullStorageProtectioninternal/cacheprot/storage_protection.
checksumProtectioninternal/cacheprot/storage_protection.
authenticatedEncryptionProtectioninternal/cacheprot/storage_protection.

Calls

no outgoing calls

Tested by

no test coverage detected