Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cubefs/cubefs
/ objectStore
Struct
objectStore
objectnode/fs_store_object.go:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
)
24
25
type
objectStore
struct
{
26
vm *VolumeManager
27
}
28
29
func
(s *objectStore) Init(vm *VolumeManager) {
30
s.vm = vm
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected