Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Append
Method
Append
vector/uint.go:23–25 ·
view source on GitHub ↗
(v uint64)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
(u *Uint) Append(v uint64) {
24
u.Values = append(u.Values, v)
25
}
26
27
func
(*Uint) Kind() Kind {
28
return
KindUint
Callers
1
Serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected