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

Method kill

packages/computer/src/stub.ts:369–371  ·  view source on GitHub ↗
(signal?: WorkspaceRuntimeKillOptions["signal"])

Source from the content-addressed store, hash-verified

367 }
368
369 kill(signal?: WorkspaceRuntimeKillOptions["signal"]): Promise<void> {
370 return this.#handle.kill(signal);
371 }
372}
373
374export class WorkspaceRuntimeStub extends RpcTarget {

Callers

nothing calls this directly

Calls 1

killMethod · 0.65

Tested by

no test coverage detected