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

Method Close

csup/object.go:58–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func (o *Object) Close() error {
59 if closer, ok := o.readerAt.(io.Closer); ok {
60 return closer.Close()
61 }
62 return nil
63}
64
65func (o *Object) Context() *Context {
66 return o.cctx

Callers 1

RunMethod · 0.95

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected