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

Struct Object

csup/object.go:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26)
27
28type Object struct {
29 cctx *Context
30 readerAt io.ReaderAt
31 header Header
32}
33
34func NewObject(r io.ReaderAt) (*Object, error) {
35 hdr, err := ReadHeader(r)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected