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

Method Serialize

vector/type.go:46–48  ·  view source on GitHub ↗
(b *scode.Builder, slot uint32)

Source from the content-addressed store, hash-verified

44}
45
46func (t *TypeValue) Serialize(b *scode.Builder, slot uint32) {
47 b.Append(t.Value(slot))
48}
49
50func TypeValueValue(val Any, slot uint32) []byte {
51 switch val := val.(type) {

Callers

nothing calls this directly

Calls 2

ValueMethod · 0.95
AppendMethod · 0.45

Tested by

no test coverage detected