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

Method ReadBool

thrift/compact.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (r *compactReader) ReadBool() (bool, error) {
43 return r.binary.ReadBool()
44}
45
46func (r *compactReader) ReadInt8() (int8, error) {
47 return r.binary.ReadInt8()

Callers

nothing calls this directly

Calls 1

ReadBoolMethod · 0.65

Tested by

no test coverage detected