MCPcopy 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
46func NewObjectFromCSUP(object *csup.Object) *Object {
47 return &Object{object: object}
48}
49
50func (o *Object) Close() error {
51 return o.object.Close()

Callers 3

ReadMethod · 0.92
ConcurrentPullMethod · 0.92
NewObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected