Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ IsZero
Function
IsZero
internal/iplibrary/list_utils.go:89–91 ·
view source on GitHub ↗
(ipBytes []byte)
Source
from the content-addressed store, hash-verified
87
}
88
89
func
IsZero(ipBytes []byte) bool {
90
return
len(ipBytes) == 0
91
}
92
93
func
ToHex(b []byte) string {
94
if
len(b) == 0 {
Callers
6
containsIP
Method · 0.85
AddDelay
Method · 0.85
addItem
Method · 0.85
deleteItem
Method · 0.85
AllowIP
Function · 0.85
IsInWhiteList
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected