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

Function killExec

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

Source from the content-addressed store, hash-verified

300 : rehydrate<undefined>(handle, metadata);
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;

Callers

nothing calls this directly

Calls 1

killExecMethod · 0.65

Tested by

no test coverage detected