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

Method Serialize

vector/bytes.go:39–41  ·  view source on GitHub ↗
(builder *scode.Builder, slot uint32)

Source from the content-addressed store, hash-verified

37}
38
39func (b *Bytes) Serialize(builder *scode.Builder, slot uint32) {
40 builder.Append(b.Value(slot))
41}
42
43func (b *Bytes) Value(slot uint32) []byte {
44 return b.table.Bytes(slot)

Callers

nothing calls this directly

Calls 2

ValueMethod · 0.95
AppendMethod · 0.45

Tested by

no test coverage detected