Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opencloud-eu/opencloud
/ Start
Method
Start
opencloud/pkg/runtime/runtime.go:23–25 ·
view source on GitHub ↗
Start rpc runtime
(ctx context.Context)
Source
from the content-addressed store, hash-verified
21
22
// Start rpc runtime
23
func
(r *Runtime) Start(ctx context.Context) error {
24
return
service.Start(ctx, service.WithConfig(r.c))
25
}
Callers
11
Server
Function · 0.45
checkPosixfsConsistency
Function · 0.45
logFailure
Function · 0.45
NewGoMicroGrpcServerRunner
Function · 0.45
NewGoMicroHttpServerRunner
Function · 0.45
NewRevaServiceRunner
Function · 0.45
Start
Function · 0.45
RunCommand
Function · 0.45
RunRawCommand
Function · 0.45
serveCmd
Function · 0.45
StartOpencloudHandler
Function · 0.45
Calls
2
Start
Function · 0.92
WithConfig
Function · 0.92
Tested by
no test coverage detected