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

Method ReadMap

thrift/debug.go:121–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121func (d *debugReader) ReadMap() (Map, error) {
122 v, err := d.r.ReadMap()
123 d.log("ReadMap", v, err)
124 return v, err
125}
126
127type debugWriter struct {
128 w Writer

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
ReadMapMethod · 0.65

Tested by

no test coverage detected