MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / ItemMaps

Method ItemMaps

internal/caches/list_memory.go:407–409  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

405}
406
407func (this *MemoryList) ItemMaps() map[string]map[string]*Item {
408 return this.itemMaps
409}
410
411func (this *MemoryList) PurgeIndex() int {
412 return this.purgeIndex

Callers 3

TestMemoryList_AddFunction · 0.80
TestMemoryList_CleanAllFunction · 0.80
TestMemoryList_GCFunction · 0.80

Calls

no outgoing calls

Tested by 3

TestMemoryList_AddFunction · 0.64
TestMemoryList_CleanAllFunction · 0.64
TestMemoryList_GCFunction · 0.64