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