Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ decodeBool
Method
decodeBool
protocol/decode.go:69–71 ·
view source on GitHub ↗
(v value)
Source
from the content-addressed store, hash-verified
67
}
68
69
func
(d *decoder) decodeBool(v value) {
70
v.setBool(d.readBool())
71
}
72
73
func
(d *decoder) decodeInt8(v value) {
74
v.setInt8(d.readInt8())
Callers
nothing calls this directly
Calls
2
readBool
Method · 0.95
setBool
Method · 0.45
Tested by
no test coverage detected