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

Method stream

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

Source from the content-addressed store, hash-verified

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;
60}

Callers 2

stub.test.tsFile · 0.65
rebuildExecHandleFunction · 0.65

Implementers 1

WorkspaceRuntimeExecHandleStubpackages/computer/src/stub.ts

Calls

no outgoing calls

Tested by

no test coverage detected