MCPcopy Create free account
hub / github.com/segmentio/encoding / ReadBool

Method ReadBool

thrift/debug.go:43–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func (d *debugReader) ReadBool() (bool, error) {
44 v, err := d.r.ReadBool()
45 d.log("ReadBool", v, err)
46 return v, err
47}
48
49func (d *debugReader) ReadInt8() (int8, error) {
50 v, err := d.r.ReadInt8()

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
ReadBoolMethod · 0.65

Tested by

no test coverage detected