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

Function AppendUint

primitive.go:187–189  ·  view source on GitHub ↗
(bytes scode.Bytes, i uint64)

Source from the content-addressed store, hash-verified

185}
186
187func AppendUint(bytes scode.Bytes, i uint64) scode.Bytes {
188 return scode.AppendCountedUvarint(bytes, i)
189}
190
191func DecodeInt(zv scode.Bytes) int64 {
192 return scode.DecodeCountedVarint(zv)

Callers 2

UintMethod · 0.92
appendPrimitiveMethod · 0.92

Calls 1

AppendCountedUvarintFunction · 0.92

Tested by

no test coverage detected