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

Method Append

vector/bytes.go:23–25  ·  view source on GitHub ↗
(v []byte)

Source from the content-addressed store, hash-verified

21}
22
23func (b *Bytes) Append(v []byte) {
24 b.table.Append(v)
25}
26
27func (*Bytes) Kind() Kind {
28 return KindBytes

Callers 1

SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected