Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewObjectFromCSUP
Function
NewObjectFromCSUP
runtime/vcache/object.go:46–48 ·
view source on GitHub ↗
(object *csup.Object)
Source
from the content-addressed store, hash-verified
44
}
45
46
func
NewObjectFromCSUP(object *csup.Object) *Object {
47
return
&Object{object: object}
48
}
49
50
func
(o *Object) Close() error {
51
return
o.object.Close()
Callers
3
Read
Method · 0.92
ConcurrentPull
Method · 0.92
NewObject
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected