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

Method ReadBytes

thrift/debug.go:79–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79func (d *debugReader) ReadBytes() ([]byte, error) {
80 v, err := d.r.ReadBytes()
81 d.log("ReadBytes", v, err)
82 return v, err
83}
84
85func (d *debugReader) ReadString() (string, error) {
86 v, err := d.r.ReadString()

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
ReadBytesMethod · 0.65

Tested by

no test coverage detected