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

Method Value

vector/bytes.go:43–45  ·  view source on GitHub ↗
(slot uint32)

Source from the content-addressed store, hash-verified

41}
42
43func (b *Bytes) Value(slot uint32) []byte {
44 return b.table.Bytes(slot)
45}
46
47func (b *Bytes) Table() BytesTable {
48 return b.table

Callers 2

SerializeMethod · 0.95
BytesValueFunction · 0.45

Calls 1

BytesMethod · 0.45

Tested by

no test coverage detected