Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ readBool
Method
readBool
protocol/decode.go:192–194 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
190
}
191
192
func
(d *decoder) readBool() bool {
193
return
d.readByte() != 0
194
}
195
196
func
(d *decoder) readInt8() int8 {
197
if
d.readFull(d.buffer[:1]) {
Callers
1
decodeBool
Method · 0.95
Calls
1
readByte
Method · 0.95
Tested by
no test coverage detected