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

Method IPMap

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

Source from the content-addressed store, hash-verified

164}
165
166func (this *IPList) IPMap() map[string]*IPItem {
167 return this.ipMap
168}
169
170func (this *IPList) ItemsMap() map[uint64]*IPItem {
171 return this.itemsMap

Callers 6

TestIPList_Add_EmptyFunction · 0.45
TestIPList_Add_OneFunction · 0.45
TestIPList_UpdateFunction · 0.45
TestIPList_Add_RangeFunction · 0.45
TestIPList_DeleteFunction · 0.45

Calls

no outgoing calls

Tested by 6

TestIPList_Add_EmptyFunction · 0.36
TestIPList_Add_OneFunction · 0.36
TestIPList_UpdateFunction · 0.36
TestIPList_Add_RangeFunction · 0.36
TestIPList_DeleteFunction · 0.36