MCPcopy
hub / github.com/kopia/kopia / newContentMetadataHeap

Function newContentMetadataHeap

internal/cache/persistent_lru_cache.go:227–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225}
226
227func newContentMetadataHeap() contentMetadataHeap {
228 return contentMetadataHeap{index: make(map[blob.ID]int)}
229}
230
231func (h contentMetadataHeap) Len() int { return len(h.data) }
232

Callers 1

NewPersistentCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected