MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / start

Method start

apps/cloud/worker-configuration.d.ts:3584–3584  ·  view source on GitHub ↗
(options?: ContainerStartupOptions)

Source from the content-addressed store, hash-verified

3582interface Container {
3583 get running(): boolean;
3584 start(options?: ContainerStartupOptions): void;
3585 monitor(): Promise<void>;
3586 destroy(error?: any): Promise<void>;
3587 signal(signo: number): void;

Callers 15

runCimdConnectFunction · 0.80
runDcrConnectFunction · 0.80
handleOAuthConnectFunction · 0.80
handleCimdConnectFunction · 0.80
handleDcrConnectFunction · 0.80
core-tools.tsFile · 0.80
oauth-flow.test.tsFile · 0.80
oauth.tsFile · 0.80
plugin.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected