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

Method Serialize

vector/dynamic.go:57–59  ·  view source on GitHub ↗
(b *scode.Builder, slot uint32)

Source from the content-addressed store, hash-verified

55}
56
57func (d *Dynamic) Serialize(b *scode.Builder, slot uint32) {
58 d.Values[d.Tags[slot]].Serialize(b, d.ForwardTagMap()[slot])
59}
60
61func (d *Dynamic) ForwardTagMap() []uint32 {
62 if t := d.forwardTagMap.Load(); t != nil {

Callers

nothing calls this directly

Calls 2

ForwardTagMapMethod · 0.95
SerializeMethod · 0.65

Tested by

no test coverage detected