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

Method AllItemsMap

internal/iplibrary/ip_list.go:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172}
173
174func (this *IPList) AllItemsMap() map[uint64]*IPItem {
175 return this.allItemsMap
176}
177
178func (this *IPList) BufferItemsMap() map[uint64]*IPItem {
179 return this.bufferItemsMap

Callers 6

TestIPList_Add_EmptyFunction · 0.80
TestIPList_Add_OneFunction · 0.80
TestIPList_Add_RangeFunction · 0.80
TestIPList_DeleteFunction · 0.80
TestIPList_GCFunction · 0.80

Calls

no outgoing calls

Tested by 6

TestIPList_Add_EmptyFunction · 0.64
TestIPList_Add_OneFunction · 0.64
TestIPList_Add_RangeFunction · 0.64
TestIPList_DeleteFunction · 0.64
TestIPList_GCFunction · 0.64