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

Function DecodeUint

primitive.go:195–197  ·  view source on GitHub ↗
(zv scode.Bytes)

Source from the content-addressed store, hash-verified

193}
194
195func DecodeUint(zv scode.Bytes) uint64 {
196 return scode.DecodeCountedUvarint(zv)
197}
198
199type TypeOfInt8 struct{}
200

Callers 13

WriteMethod · 0.92
WriteMethod · 0.92
formatValueMethod · 0.92
formatPrimitiveFunction · 0.92
loadAnyWithLockMethod · 0.92
EvalMethod · 0.92
loadMethod · 0.92
buildArrowValueMethod · 0.92
convertEnumFunction · 0.92
UntagMethod · 0.85
UintMethod · 0.85
checkEnumFunction · 0.85

Calls 1

DecodeCountedUvarintFunction · 0.92

Tested by

no test coverage detected