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

Method Reader

thrift/compact.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (r *compactReader) Reader() io.Reader {
39 return r.binary.Reader()
40}
41
42func (r *compactReader) ReadBool() (bool, error) {
43 return r.binary.ReadBool()

Callers 3

ReadBytesMethod · 0.95
readUvarintMethod · 0.95
readVarintMethod · 0.95

Calls 1

ReaderMethod · 0.65

Tested by

no test coverage detected