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

Method Build

vector/builder.go:401–403  ·  view source on GitHub ↗
(sctx *super.Context)

Source from the content-addressed store, hash-verified

399}
400
401func (i *ipBuilder) Build(sctx *super.Context) Any {
402 return NewIP(i.values)
403}
404
405type netBuilder struct {
406 values []netip.Prefix

Callers

nothing calls this directly

Calls 1

NewIPFunction · 0.70

Tested by

no test coverage detected