Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
220
func
(d *debugWriter) WriteSet(s Set) error {
221
err := d.w.WriteSet(s)
222
d.log(
"WriteSet"
, s, err)
223
return
err
224
}
225
226
func
(d *debugWriter) WriteMap(m Map) error {
227
err := d.w.WriteMap(m)
Callers
nothing calls this directly
Calls
2
log
Method · 0.95
WriteSet
Method · 0.65
Tested by
no test coverage detected