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

Method disposeExec

packages/computer/src/stub.ts:440–442  ·  view source on GitHub ↗
(id: string, options: { backend?: string } = {})

Source from the content-addressed store, hash-verified

438 }
439
440 disposeExec(id: string, options: { backend?: string } = {}): Promise<void> {
441 return this.#ws.runtime.disposeExec(id, options);
442 }
443}
444
445// Assets half. Pure value returns: `publish(path, { expiresAfter })

Callers

nothing calls this directly

Calls 1

disposeExecMethod · 0.65

Tested by

no test coverage detected