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

Method disposeRuntime

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

Source from the content-addressed store, hash-verified

129 }
130
131 disposeRuntime(id: string) {
132 return this.#workspace.runtime.disposeExec(id, { backend: "worker-javascript" });
133 }
134}
135
136class ModuleProbeBridge extends RpcTarget {

Callers 1

fetchMethod · 0.80

Calls 1

disposeExecMethod · 0.65

Tested by

no test coverage detected