MCPcopy Create free account
hub / github.com/brimdata/super / DataReader

Method DataReader

csup/object.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (o *Object) DataReader() io.ReaderAt {
74 return o.readerAt
75}
76
77func (o *Object) Size() uint64 {
78 return o.header.ObjectSize()

Callers 2

FetchMethod · 0.80
FetchUnorderedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected