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

Method killRuntime

packages/computer/tests/script-runner-worker.ts:127–129  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

125 }
126
127 killRuntime(id: string) {
128 return this.#workspace.runtime.killExec(id, { backend: "worker-javascript" });
129 }
130
131 disposeRuntime(id: string) {
132 return this.#workspace.runtime.disposeExec(id, { backend: "worker-javascript" });

Callers 1

fetchMethod · 0.80

Calls 1

killExecMethod · 0.65

Tested by

no test coverage detected