Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
func
(o *Object) Close() error {
59
if
closer, ok := o.readerAt.(io.Closer); ok {
60
return
closer.Close()
61
}
62
return
nil
63
}
64
65
func
(o *Object) Context() *Context {
66
return
o.cctx
Callers
1
Run
Method · 0.95
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected