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

Method ExpireMap

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

Source from the content-addressed store, hash-verified

131}
132
133func (this *List) ExpireMap() map[int64]ItemMap {
134 return this.expireMap
135}
136
137func (this *List) ItemsMap() map[uint64]int64 {
138 return this.itemsMap

Callers 6

TestList_AddFunction · 0.80
TestList_Add_OverwriteFunction · 0.80
TestList_RemoveFunction · 0.80
TestList_GCFunction · 0.80
TestList_GC_BatchFunction · 0.80
TestList_Start_GCFunction · 0.80

Calls

no outgoing calls

Tested by 6

TestList_AddFunction · 0.64
TestList_Add_OverwriteFunction · 0.64
TestList_RemoveFunction · 0.64
TestList_GCFunction · 0.64
TestList_GC_BatchFunction · 0.64
TestList_Start_GCFunction · 0.64