Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ readUvarint
Method
readUvarint
cmd/super/dev/dig/frames/command.go:243–246 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
241
}
242
243
func
(r *reader) readUvarint() (int, error) {
244
u64, err := binary.ReadUvarint(r)
245
return
int(u64), err
246
}
247
248
func
noEOF(err error) error {
249
if
err == io.EOF {
Callers
2
readComp
Method · 0.95
readLength
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected