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

Method Slices

vector/bytes.go:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98}
99
100func (b BytesTable) Slices() ([]uint32, []byte) {
101 return b.offsets, b.bytes
102}
103
104func (b *BytesTable) Append(bytes []byte) {
105 b.bytes = append(b.bytes, bytes...)

Callers 3

stringOrBytesContentsFunction · 0.80
countMethod · 0.80
countDictMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected