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

Method SortedRangeItems

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

Source from the content-addressed store, hash-verified

160}
161
162func (this *IPList) SortedRangeItems() []*IPItem {
163 return this.sortedRangeItems
164}
165
166func (this *IPList) IPMap() map[string]*IPItem {
167 return this.ipMap

Callers 6

TestIPListManager_initFunction · 0.80
TestIPList_Add_OneFunction · 0.80
TestIPList_UpdateFunction · 0.80
TestIPList_Add_RangeFunction · 0.80
TestIPList_DeleteFunction · 0.80
TestIPList_GCFunction · 0.80

Calls

no outgoing calls

Tested by 6

TestIPListManager_initFunction · 0.64
TestIPList_Add_OneFunction · 0.64
TestIPList_UpdateFunction · 0.64
TestIPList_Add_RangeFunction · 0.64
TestIPList_DeleteFunction · 0.64
TestIPList_GCFunction · 0.64