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

Method ReadString

thrift/debug.go:85–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85func (d *debugReader) ReadString() (string, error) {
86 v, err := d.r.ReadString()
87 d.log("ReadString", v, err)
88 return v, err
89}
90
91func (d *debugReader) ReadLength() (int, error) {
92 v, err := d.r.ReadLength()

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
ReadStringMethod · 0.65

Tested by

no test coverage detected