MCPcopy Create free account
hub / github.com/cloudflare/computer / killExec

Method killExec

packages/computer/src/client.ts:257–257  ·  view source on GitHub ↗
(id: string, options?: RuntimeKillOptions)

Source from the content-addressed store, hash-verified

255 // biome-ignore lint/suspicious/noExplicitAny: bridges local and RPC overload sets
256 getExec(id: string, options?: Record<string, unknown>): Promise<any>;
257 killExec(id: string, options?: RuntimeKillOptions): Promise<void>;
258 disposeExec(id: string, options?: { backend?: string }): Promise<void>;
259}
260

Callers 7

killExecFunction · 0.65
killExecMethod · 0.65
killMethod · 0.65
wrapHandleFunction · 0.65
client.test.tsFile · 0.65
workspace.test.tsFile · 0.65
killRuntimeMethod · 0.65

Implementers 5

ShellRPCServerpackages/rpc/src/server.ts
WorkspaceRuntimeStubpackages/computer/src/stub.ts
WorkerShellBackendpackages/computer/src/backends/worker-
JavaScriptBackendHandlepackages/computer/src/backends/worker-
WorkspaceRuntimepackages/computer/src/runtime/runtime.

Calls

no outgoing calls

Tested by

no test coverage detected