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

Method WriteBytes

thrift/debug.go:184–188  ·  view source on GitHub ↗
(v []byte)

Source from the content-addressed store, hash-verified

182}
183
184func (d *debugWriter) WriteBytes(v []byte) error {
185 err := d.w.WriteBytes(v)
186 d.log("WriteBytes", v, err)
187 return err
188}
189
190func (d *debugWriter) WriteString(v string) error {
191 err := d.w.WriteString(v)

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
WriteBytesMethod · 0.65

Tested by

no test coverage detected