Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ debugWriter
Struct
debugWriter
thrift/debug.go:127–130 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
type
debugWriter
struct
{
128
w Writer
129
l *log.Logger
130
}
131
132
func
(d *debugWriter) log(method string, arg any, err error) {
133
if
err != nil {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected