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

Method WriteField

thrift/debug.go:208–212  ·  view source on GitHub ↗
(f Field)

Source from the content-addressed store, hash-verified

206}
207
208func (d *debugWriter) WriteField(f Field) error {
209 err := d.w.WriteField(f)
210 d.log("WriteField", f, err)
211 return err
212}
213
214func (d *debugWriter) WriteList(l List) error {
215 err := d.w.WriteList(l)

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
WriteFieldMethod · 0.65

Tested by

no test coverage detected