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

Method WriteString

thrift/debug.go:190–194  ·  view source on GitHub ↗
(v string)

Source from the content-addressed store, hash-verified

188}
189
190func (d *debugWriter) WriteString(v string) error {
191 err := d.w.WriteString(v)
192 d.log("WriteString", v, err)
193 return err
194}
195
196func (d *debugWriter) WriteLength(n int) error {
197 err := d.w.WriteLength(n)

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
WriteStringMethod · 0.65

Tested by

no test coverage detected