Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
func
(u *Uint) Value(slot uint32) uint64 {
40
return
u.Values[slot]
41
}
42
43
func
(u *Uint) Serialize(b *scode.Builder, slot uint32) {
44
b.Append(super.EncodeUint(u.Values[slot]))
Callers
1
UintValue
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected