MCPcopy Create free account
hub / github.com/segmentio/encoding / ReadByte

Method ReadByte

thrift/compact.go:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}
174
175func (r *compactReader) ReadByte() (byte, error) {
176 return r.binary.ReadByte()
177}
178
179func (r *compactReader) readUvarint(typ string, max uint64) (uint64, error) {
180 var br io.ByteReader

Callers 4

ReadMessageMethod · 0.95
ReadFieldMethod · 0.95
ReadListMethod · 0.95
ReadMapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected