Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ WriteBool
Method
WriteBool
thrift/debug.go:148–152 ·
view source on GitHub ↗
(v bool)
Source
from the content-addressed store, hash-verified
146
}
147
148
func
(d *debugWriter) WriteBool(v bool) error {
149
err := d.w.WriteBool(v)
150
d.log(
"WriteBool"
, v, err)
151
return
err
152
}
153
154
func
(d *debugWriter) WriteInt8(v int8) error {
155
err := d.w.WriteInt8(v)
Callers
nothing calls this directly
Calls
2
log
Method · 0.95
WriteBool
Method · 0.65
Tested by
no test coverage detected