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

Method Serialize

vector/uint.go:43–45  ·  view source on GitHub ↗
(b *scode.Builder, slot uint32)

Source from the content-addressed store, hash-verified

41}
42
43func (u *Uint) Serialize(b *scode.Builder, slot uint32) {
44 b.Append(super.EncodeUint(u.Values[slot]))
45}
46
47func UintValue(vec Any, slot uint32) uint64 {
48 switch vec := Under(vec).(type) {

Callers

nothing calls this directly

Calls 2

EncodeUintFunction · 0.92
AppendMethod · 0.45

Tested by

no test coverage detected