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

Method Value

vector/uint.go:39–41  ·  view source on GitHub ↗
(slot uint32)

Source from the content-addressed store, hash-verified

37}
38
39func (u *Uint) Value(slot uint32) uint64 {
40 return u.Values[slot]
41}
42
43func (u *Uint) Serialize(b *scode.Builder, slot uint32) {
44 b.Append(super.EncodeUint(u.Values[slot]))

Callers 1

UintValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected