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

Method WriteList

thrift/debug.go:214–218  ·  view source on GitHub ↗
(l List)

Source from the content-addressed store, hash-verified

212}
213
214func (d *debugWriter) WriteList(l List) error {
215 err := d.w.WriteList(l)
216 d.log("WriteList", l, err)
217 return err
218}
219
220func (d *debugWriter) WriteSet(s Set) error {
221 err := d.w.WriteSet(s)

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
WriteListMethod · 0.65

Tested by

no test coverage detected