MCPcopy 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
69func (o *Object) Root() ID {
70 return ID(o.header.Root)
71}
72
73func (o *Object) DataReader() io.ReaderAt {
74 return o.readerAt

Callers 1

ProjectMetadataMethod · 0.95

Calls 1

IDTypeAlias · 0.70

Tested by

no test coverage detected