MCPcopy
hub / github.com/kopia/kopia / nullCache

Struct nullCache

repo/format/format_blob_cache.go:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type nullCache struct{}
34
35//nolint:revive
36func (nullCache) Get(ctx context.Context, blobID blob.ID) ([]byte, time.Time, bool) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected