MCPcopy Index your code
hub / github.com/kopia/kopia / newCacheSource

Function newCacheSource

fs/cachefs/cache_test.go:58–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func newCacheSource() *cacheSource {
59 return &cacheSource{
60 data: make(map[string][]fs.Entry),
61 callCounter: make(map[string]int),
62 }
63}
64
65type cacheVerifier struct {
66 cache *Cache

Callers 2

TestCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected