Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ ReadBool
Method
ReadBool
thrift/debug.go:43–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
func
(d *debugReader) ReadBool() (bool, error) {
44
v, err := d.r.ReadBool()
45
d.log(
"ReadBool"
, v, err)
46
return
v, err
47
}
48
49
func
(d *debugReader) ReadInt8() (int8, error) {
50
v, err := d.r.ReadInt8()
Callers
nothing calls this directly
Calls
2
log
Method · 0.95
ReadBool
Method · 0.65
Tested by
no test coverage detected