Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Root
Method
Root
csup/object.go:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
func
(o *Object) Root() ID {
70
return
ID(o.header.Root)
71
}
72
73
func
(o *Object) DataReader() io.ReaderAt {
74
return
o.readerAt
Callers
1
ProjectMetadata
Method · 0.95
Calls
1
ID
TypeAlias · 0.70
Tested by
no test coverage detected