MCPcopy 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
243func (r *reader) readUvarint() (int, error) {
244 u64, err := binary.ReadUvarint(r)
245 return int(u64), err
246}
247
248func noEOF(err error) error {
249 if err == io.EOF {

Callers 2

readCompMethod · 0.95
readLengthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected