MCPcopy
hub / github.com/kopia/kopia / Len

Method Len

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

Source from the content-addressed store, hash-verified

229}
230
231func (h contentMetadataHeap) Len() int { return len(h.data) }
232
233func (h contentMetadataHeap) Less(i, j int) bool {
234 return h.data[i].Timestamp.Before(h.data[j].Timestamp)

Calls

no outgoing calls