Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ WriteBool
Method
WriteBool
thrift/compact.go:243–245 ·
view source on GitHub ↗
(v bool)
Source
from the content-addressed store, hash-verified
241
}
242
243
func
(w *compactWriter) WriteBool(v bool) error {
244
return
w.binary.WriteBool(v)
245
}
246
247
func
(w *compactWriter) WriteInt8(v int8) error {
248
return
w.binary.WriteInt8(v)
Callers
nothing calls this directly
Calls
1
WriteBool
Method · 0.65
Tested by
no test coverage detected