MCPcopy 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
109func (d *debugReader) ReadList() (List, error) {
110 v, err := d.r.ReadList()
111 d.log("ReadList", v, err)
112 return v, err
113}
114
115func (d *debugReader) ReadSet() (Set, error) {
116 v, err := d.r.ReadSet()

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
ReadListMethod · 0.65

Tested by

no test coverage detected