MCPcopy
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
23func (r *Runtime) Start(ctx context.Context) error {
24 return service.Start(ctx, service.WithConfig(r.c))
25}

Callers 11

ServerFunction · 0.45
checkPosixfsConsistencyFunction · 0.45
logFailureFunction · 0.45
NewRevaServiceRunnerFunction · 0.45
StartFunction · 0.45
RunCommandFunction · 0.45
RunRawCommandFunction · 0.45
serveCmdFunction · 0.45
StartOpencloudHandlerFunction · 0.45

Calls 2

StartFunction · 0.92
WithConfigFunction · 0.92

Tested by

no test coverage detected