Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ WriteList
Method
WriteList
thrift/debug.go:214–218 ·
view source on GitHub ↗
(l List)
Source
from the content-addressed store, hash-verified
212
}
213
214
func
(d *debugWriter) WriteList(l List) error {
215
err := d.w.WriteList(l)
216
d.log(
"WriteList"
, l, err)
217
return
err
218
}
219
220
func
(d *debugWriter) WriteSet(s Set) error {
221
err := d.w.WriteSet(s)
Callers
nothing calls this directly
Calls
2
log
Method · 0.95
WriteList
Method · 0.65
Tested by
no test coverage detected