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

Method ItemsMap

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

Source from the content-addressed store, hash-verified

168}
169
170func (this *IPList) ItemsMap() map[uint64]*IPItem {
171 return this.itemsMap
172}
173
174func (this *IPList) AllItemsMap() map[uint64]*IPItem {
175 return this.allItemsMap

Callers 11

TestIPList_Add_EmptyFunction · 0.45
TestIPList_Add_OneFunction · 0.45
TestIPList_UpdateFunction · 0.45
TestIPList_Add_RangeFunction · 0.45
TestIPList_ContainsFunction · 0.45
TestIPList_Contains_ManyFunction · 0.45
TestIPList_DeleteFunction · 0.45
TestIPList_GCFunction · 0.45
BenchmarkIPList_AddFunction · 0.45

Calls

no outgoing calls

Tested by 11

TestIPList_Add_EmptyFunction · 0.36
TestIPList_Add_OneFunction · 0.36
TestIPList_UpdateFunction · 0.36
TestIPList_Add_RangeFunction · 0.36
TestIPList_ContainsFunction · 0.36
TestIPList_Contains_ManyFunction · 0.36
TestIPList_DeleteFunction · 0.36
TestIPList_GCFunction · 0.36
BenchmarkIPList_AddFunction · 0.36