Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
func
(o *Object) DataReader() io.ReaderAt {
74
return
o.readerAt
75
}
76
77
func
(o *Object) Size() uint64 {
78
return
o.header.ObjectSize()
Callers
2
Fetch
Method · 0.80
FetchUnordered
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected