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

Struct debugReader

thrift/debug.go:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type debugReader struct {
23 r Reader
24 l *log.Logger
25}
26
27func (d *debugReader) log(method string, res any, err error) {
28 if err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected