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

Method Write

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

Source from the content-addressed store, hash-verified

395}
396
397func (i *ipBuilder) Write(bytes scode.Bytes) {
398 i.values = append(i.values, super.DecodeIP(bytes))
399}
400
401func (i *ipBuilder) Build(sctx *super.Context) Any {
402 return NewIP(i.values)

Callers

nothing calls this directly

Calls 1

DecodeIPFunction · 0.92

Tested by

no test coverage detected