Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
func
(this *IPList) IPMap()
map
[string]*IPItem {
167
return
this.ipMap
168
}
169
170
func
(this *IPList) ItemsMap()
map
[uint64]*IPItem {
171
return
this.itemsMap
Callers
6
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_Delete
Function · 0.45
Calls
no outgoing calls
Tested by
6
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_Delete
Function · 0.36