Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
170
func
(this *IPList) ItemsMap()
map
[uint64]*IPItem {
171
return
this.itemsMap
172
}
173
174
func
(this *IPList) AllItemsMap()
map
[uint64]*IPItem {
175
return
this.allItemsMap
Callers
11
TestIPList_Add_Empty
Function · 0.45
TestIPList_Add_One
Function · 0.45
TestIPList_Update
Function · 0.45
TestIPList_Update_AllItems
Function · 0.45
TestIPList_Add_Range
Function · 0.45
TestIPList_Contains
Function · 0.45
TestIPList_Contains_Many
Function · 0.45
TestIPList_ContainsIPStrings
Function · 0.45
TestIPList_Delete
Function · 0.45
TestIPList_GC
Function · 0.45
BenchmarkIPList_Add
Function · 0.45
Calls
no outgoing calls
Tested by
11
TestIPList_Add_Empty
Function · 0.36
TestIPList_Add_One
Function · 0.36
TestIPList_Update
Function · 0.36
TestIPList_Update_AllItems
Function · 0.36
TestIPList_Add_Range
Function · 0.36
TestIPList_Contains
Function · 0.36
TestIPList_Contains_Many
Function · 0.36
TestIPList_ContainsIPStrings
Function · 0.36
TestIPList_Delete
Function · 0.36
TestIPList_GC
Function · 0.36
BenchmarkIPList_Add
Function · 0.36