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

Method result

packages/computer/src/client.ts:56–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 readonly id: string | PromiseLike<string>;
55 readonly backend: string | PromiseLike<string>;
56 result(): Promise<WorkspaceRuntimeResult<ExecEncoding>>;
57 stream(): Promise<ReadableStream<Uint8Array>> | ReadableStream<Uint8Array>;
58 kill(signal?: "SIGTERM" | "SIGKILL" | "SIGINT" | "SIGHUP"): Promise<void>;
59 [Symbol.dispose]?(): void;

Callers 1

rebuildExecHandleFunction · 0.65

Implementers 1

WorkspaceRuntimeExecHandleStubpackages/computer/src/stub.ts

Calls

no outgoing calls

Tested by

no test coverage detected