Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ setBool
Method
setBool
protocol/reflect.go:58–58 ·
view source on GitHub ↗
(b bool)
Source
from the content-addressed store, hash-verified
56
func
(v value) array(t reflect.Type) array {
return
array(v) }
57
58
func
(v value) setBool(b bool) { v.val.SetBool(b) }
59
60
func
(v value) setInt8(i int8) { v.setInt64(int64(i)) }
61
Callers
1
decodeBool
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected