MCPcopy 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
148func (d *debugWriter) WriteBool(v bool) error {
149 err := d.w.WriteBool(v)
150 d.log("WriteBool", v, err)
151 return err
152}
153
154func (d *debugWriter) WriteInt8(v int8) error {
155 err := d.w.WriteInt8(v)

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
WriteBoolMethod · 0.65

Tested by

no test coverage detected