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

Function NewBytesEmpty

vector/bytes.go:19–21  ·  view source on GitHub ↗
(cap uint32)

Source from the content-addressed store, hash-verified

17}
18
19func NewBytesEmpty(cap uint32) *Bytes {
20 return NewBytes(NewBytesTableEmpty(cap))
21}
22
23func (b *Bytes) Append(v []byte) {
24 b.table.Append(v)

Callers 3

CallMethod · 0.92
CallMethod · 0.92
CallMethod · 0.92

Calls 2

NewBytesTableEmptyFunction · 0.85
NewBytesFunction · 0.70

Tested by

no test coverage detected