MCPcopy 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
14func NewIP(values []netip.Addr) *IP {
15 return &IP{values}
16}
17
18func (*IP) Kind() Kind {
19 return KindIP

Callers 4

newVectorMethod · 0.92
castToIPFunction · 0.92
NewConstIPFunction · 0.70
BuildMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected