MCPcopy Index your code
hub / github.com/opencloud-eu/opencloud / New

Function New

opencloud/pkg/runtime/runtime.go:16–20  ·  view source on GitHub ↗

New creates a new OpenCloud + micro runtime

(cfg *config.Config)

Source from the content-addressed store, hash-verified

14
15// New creates a new OpenCloud + micro runtime
16func New(cfg *config.Config) Runtime {
17 return Runtime{
18 c: cfg,
19 }
20}
21
22// Start rpc runtime
23func (r *Runtime) Start(ctx context.Context) error {

Callers 1

ServerFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected