MCPcopy Create free account
hub / github.com/brimdata/super / IP

Struct IP

vector/ip.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type IP struct {
11 Values []netip.Addr
12}
13
14func NewIP(values []netip.Addr) *IP {
15 return &IP{values}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected