MCPcopy 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
23func (u *Uint) Append(v uint64) {
24 u.Values = append(u.Values, v)
25}
26
27func (*Uint) Kind() Kind {
28 return KindUint

Callers 1

SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected