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

Method WriteSet

thrift/debug.go:220–224  ·  view source on GitHub ↗
(s Set)

Source from the content-addressed store, hash-verified

218}
219
220func (d *debugWriter) WriteSet(s Set) error {
221 err := d.w.WriteSet(s)
222 d.log("WriteSet", s, err)
223 return err
224}
225
226func (d *debugWriter) WriteMap(m Map) error {
227 err := d.w.WriteMap(m)

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
WriteSetMethod · 0.65

Tested by

no test coverage detected