Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
func
DecodeUint(zv scode.Bytes) uint64 {
196
return
scode.DecodeCountedUvarint(zv)
197
}
198
199
type
TypeOfInt8
struct
{}
200
Callers
13
Write
Method · 0.92
Write
Method · 0.92
formatValue
Method · 0.92
formatPrimitive
Function · 0.92
loadAnyWithLock
Method · 0.92
Eval
Method · 0.92
load
Method · 0.92
buildArrowValue
Method · 0.92
convertEnum
Function · 0.92
Untag
Method · 0.85
Uint
Method · 0.85
checkEnum
Function · 0.85
Calls
1
DecodeCountedUvarint
Function · 0.92
Tested by
no test coverage detected