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

Method ReadByte

cmd/super/dev/dig/frames/command.go:175–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}
174
175func (r *reader) ReadByte() (byte, error) {
176 code, err := r.reader.ReadByte()
177 if err != nil {
178 return 0, err
179 }
180 r.pos++
181 return code, nil
182}
183
184func (r *reader) readUncomp(code byte) (any, error) {
185 size, err := r.readLength(code)

Callers 2

readCompMethod · 0.95
nextFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected