Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ ReadList
Method
ReadList
thrift/debug.go:109–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
}
108
109
func
(d *debugReader) ReadList() (List, error) {
110
v, err := d.r.ReadList()
111
d.log(
"ReadList"
, v, err)
112
return
v, err
113
}
114
115
func
(d *debugReader) ReadSet() (Set, error) {
116
v, err := d.r.ReadSet()
Callers
nothing calls this directly
Calls
2
log
Method · 0.95
ReadList
Method · 0.65
Tested by
no test coverage detected