MCPcopy 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
243func (w *compactWriter) WriteBool(v bool) error {
244 return w.binary.WriteBool(v)
245}
246
247func (w *compactWriter) WriteInt8(v int8) error {
248 return w.binary.WriteInt8(v)

Callers

nothing calls this directly

Calls 1

WriteBoolMethod · 0.65

Tested by

no test coverage detected