Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
func
(r *compactReader) Reader() io.Reader {
39
return
r.binary.Reader()
40
}
41
42
func
(r *compactReader) ReadBool() (bool, error) {
43
return
r.binary.ReadBool()
Callers
3
ReadBytes
Method · 0.95
readUvarint
Method · 0.95
readVarint
Method · 0.95
Calls
1
Reader
Method · 0.65
Tested by
no test coverage detected