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

Method ItemsMap

internal/utils/expires/list.go:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135}
136
137func (this *List) ItemsMap() map[uint64]int64 {
138 return this.itemsMap
139}
140
141func (this *List) LastTimestamp() int64 {
142 return this.lastTimestamp

Callers 6

TestList_AddFunction · 0.45
TestList_Add_OverwriteFunction · 0.45
TestList_RemoveFunction · 0.45
TestList_GCFunction · 0.45
TestList_GC_BatchFunction · 0.45
TestList_Start_GCFunction · 0.45

Calls

no outgoing calls

Tested by 6

TestList_AddFunction · 0.36
TestList_Add_OverwriteFunction · 0.36
TestList_RemoveFunction · 0.36
TestList_GCFunction · 0.36
TestList_GC_BatchFunction · 0.36
TestList_Start_GCFunction · 0.36