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

Method Build

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

Source from the content-addressed store, hash-verified

411}
412
413func (n *netBuilder) Build(sctx *super.Context) Any {
414 return NewNet(n.values)
415}
416
417type nullBuilder struct {
418 n uint32

Callers

nothing calls this directly

Calls 1

NewNetFunction · 0.70

Tested by

no test coverage detected