Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
export
interface
ExecHandle {
51
id: string;
52
events: ReadableStream<ExecEvent>;
53
}
54
55
const
DEFAULTS = {
56
logMaxBytes: 16 * 1024 * 1024,
Callers
nothing calls this directly
Implementers
1
WorkspaceRuntimeExecHandleStub
packages/computer/src/stub.ts
Calls
no outgoing calls
Tested by
no test coverage detected