Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
407
func
(this *MemoryList) ItemMaps()
map
[string]
map
[string]*Item {
408
return
this.itemMaps
409
}
410
411
func
(this *MemoryList) PurgeIndex() int {
412
return
this.purgeIndex
Callers
3
TestMemoryList_Add
Function · 0.80
TestMemoryList_CleanAll
Function · 0.80
TestMemoryList_GC
Function · 0.80
Calls
no outgoing calls
Tested by
3
TestMemoryList_Add
Function · 0.64
TestMemoryList_CleanAll
Function · 0.64
TestMemoryList_GC
Function · 0.64