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

Method value

csup/bytes.go:109–111  ·  view source on GitHub ↗
(slot uint32)

Source from the content-addressed store, hash-verified

107}
108
109func (b *BytesEncoder) value(slot uint32) []byte {
110 return b.bytes[b.offsets.vals[slot]:b.offsets.vals[slot+1]]
111}
112
113func (b *BytesEncoder) Dict() (PrimitiveEncoder, []byte, []uint32) {
114 if len(b.bytes) == 0 {

Callers 2

DictMethod · 0.95
ConstValueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected