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

Method Push

sio/jsonio/arraywriter.go:40–42  ·  view source on GitHub ↗
(vec vector.Any)

Source from the content-addressed store, hash-verified

38}
39
40func (a *ArrayWriter) Push(vec vector.Any) error {
41 return sbuf.WriteVec(a, vec)
42}
43
44func (a *ArrayWriter) Write(val super.Value) error {
45 a.buf.Reset()

Callers

nothing calls this directly

Calls 1

WriteVecFunction · 0.92

Tested by

no test coverage detected