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

Function disposeExec

packages/computer/src/client.ts:303–304  ·  view source on GitHub ↗
(id: string, options?: { backend?: string })

Source from the content-addressed store, hash-verified

301 };
302 const killExec = (id: string, options?: RuntimeKillOptions) => runtime.killExec(id, options);
303 const disposeExec = (id: string, options?: { backend?: string }) =>
304 runtime.disposeExec(id, options);
305 return { exec, getExec, killExec, disposeExec } as WorkspaceRuntimeClient;
306}
307

Callers

nothing calls this directly

Calls 1

disposeExecMethod · 0.65

Tested by

no test coverage detected