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

Method WriteMap

thrift/debug.go:226–230  ·  view source on GitHub ↗
(m Map)

Source from the content-addressed store, hash-verified

224}
225
226func (d *debugWriter) WriteMap(m Map) error {
227 err := d.w.WriteMap(m)
228 d.log("WriteMap", m, err)
229 return err
230}

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
WriteMapMethod · 0.65

Tested by

no test coverage detected