MCPcopy 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

14var _ Any = (*Net)(nil)
15
16func NewNet(values []netip.Prefix) *Net {
17 return &Net{values}
18}
19
20func (*Net) Kind() Kind {
21 return KindNet

Callers 8

newVectorMethod · 0.92
singleIPLoopMethod · 0.92
ipMaskMethod · 0.92
intMaskMethod · 0.92
intMaskFastLoopMethod · 0.92
castToNetFunction · 0.92
NewConstNetFunction · 0.70
BuildMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected