MCPcopy
hub / github.com/olric-data/olric / Range

Method Range

pkg/storage/engine.go:115–115  ·  view source on GitHub ↗

Range implements a loop over the storage engine

(func(uint64, Entry) bool)

Source from the content-addressed store, hash-verified

113
114 // Range implements a loop over the storage engine
115 Range(func(uint64, Entry) bool)
116
117 // RangeHKey implements a loop for hashed keys(HKeys).
118 RangeHKey(func(uint64) bool)

Callers 15

statsMethod · 0.65
destroyOnClusterMethod · 0.65
TestDMap_Eviction_TTLFunction · 0.65
janitorMethod · 0.65
doCompactionMethod · 0.65
evictKeysMethod · 0.65

Implementers 1

KVStoreinternal/kvstore/kvstore.go

Calls

no outgoing calls