Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
226
func
(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
log
Method · 0.95
WriteMap
Method · 0.65
Tested by
no test coverage detected