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

Method Write

vector/builder.go:409–411  ·  view source on GitHub ↗
(bytes scode.Bytes)

Source from the content-addressed store, hash-verified

407}
408
409func (n *netBuilder) Write(bytes scode.Bytes) {
410 n.values = append(n.values, super.DecodeNet(bytes))
411}
412
413func (n *netBuilder) Build(sctx *super.Context) Any {
414 return NewNet(n.values)

Callers

nothing calls this directly

Calls 1

DecodeNetFunction · 0.92

Tested by

no test coverage detected