Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewIP
Function
NewIP
vector/ip.go:14–16 ·
view source on GitHub ↗
(values []netip.Addr)
Source
from the content-addressed store, hash-verified
12
}
13
14
func
NewIP(values []netip.Addr) *IP {
15
return
&IP{values}
16
}
17
18
func
(*IP) Kind() Kind {
19
return
KindIP
Callers
4
newVector
Method · 0.92
castToIP
Function · 0.92
NewConstIP
Function · 0.70
Build
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected