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