Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewNet
Function
NewNet
vector/net.go:16–18 ·
view source on GitHub ↗
(values []netip.Prefix)
Source
from the content-addressed store, hash-verified
14
var
_ Any = (*Net)(nil)
15
16
func
NewNet(values []netip.Prefix) *Net {
17
return
&Net{values}
18
}
19
20
func
(*Net) Kind() Kind {
21
return
KindNet
Callers
8
newVector
Method · 0.92
singleIPLoop
Method · 0.92
ipMask
Method · 0.92
intMask
Method · 0.92
intMaskFastLoop
Method · 0.92
castToNet
Function · 0.92
NewConstNet
Function · 0.70
Build
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected