Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
func
(d *debugReader) ReadMap() (Map, error) {
122
v, err := d.r.ReadMap()
123
d.log(
"ReadMap"
, v, err)
124
return
v, err
125
}
126
127
type
debugWriter
struct
{
128
w Writer
Callers
nothing calls this directly
Calls
2
log
Method · 0.95
ReadMap
Method · 0.65
Tested by
no test coverage detected