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.65
runDcrConnectFunction · 0.65
AddAccountModalViewFunction · 0.65
handleOAuthConnectFunction · 0.65
handleCimdConnectFunction · 0.65
handleDcrConnectFunction · 0.65
core-tools.tsFile · 0.65
oauth-flow.test.tsFile · 0.65
oauth.tsFile · 0.65

Calls

no outgoing calls

Tested by 4

drivePostStreamFunction · 0.52
connectGoogleAccountFunction · 0.52
launchPackagedFunction · 0.52