MCPcopy
hub / github.com/kopia/kopia / nullStorageProtection

Struct nullStorageProtection

internal/cacheprot/storage_protection.go:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type nullStorageProtection struct{}
26
27func (nullStorageProtection) Protect(_ string, input gather.Bytes, output *gather.WriteBuffer) {
28 output.Reset()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected