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

Method dispose

packages/computer/src/shell.ts:228–230  ·  view source on GitHub ↗
(id: string, _options: { backend?: string } = {})

Source from the content-addressed store, hash-verified

226 dispose(id: string): Promise<void>;
227 dispose(id: string, options: { backend?: string }): Promise<void>;
228 dispose(id: string, _options: { backend?: string } = {}): Promise<void> {
229 return this.#shell.disposeExec({ id });
230 }
231}
232
233function resumeToAfter(resume: "tail" | "full" | number | undefined): number | "tail" | undefined {

Callers

nothing calls this directly

Calls 1

disposeExecMethod · 0.65

Tested by

no test coverage detected