Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ Reader
Method
Reader
thrift/debug.go:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
func
(d *debugReader) Reader() io.Reader {
40
return
d.r.Reader()
41
}
42
43
func
(d *debugReader) ReadBool() (bool, error) {
44
v, err := d.r.ReadBool()
Callers
nothing calls this directly
Calls
1
Reader
Method · 0.65
Tested by
no test coverage detected