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