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

Method Serialize

vector/const.go:102–107  ·  view source on GitHub ↗
(b *scode.Builder, slot uint32)

Source from the content-addressed store, hash-verified

100}
101
102func (c *Const) Serialize(b *scode.Builder, slot uint32) {
103 if slot >= c.len {
104 panic([]uint32{slot, c.len})
105 }
106 c.Any.Serialize(b, 0)
107}

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.65

Tested by

no test coverage detected