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

Interface ExecHandle

packages/computerd/src/exec/runner.ts:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50export interface ExecHandle {
51 id: string;
52 events: ReadableStream<ExecEvent>;
53}
54
55const DEFAULTS = {
56 logMaxBytes: 16 * 1024 * 1024,

Callers

nothing calls this directly

Implementers 1

WorkspaceRuntimeExecHandleStubpackages/computer/src/stub.ts

Calls

no outgoing calls

Tested by

no test coverage detected