Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
class
ModuleProbeBridge extends RpcTarget {
Callers
1
fetch
Method · 0.80
Calls
1
disposeExec
Method · 0.65
Tested by
no test coverage detected