Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ result
Method
result
packages/computer/src/shell.ts:87–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
extends ReadableStream<WorkspaceExecEvent<E>> {
86
readonly id: string;
87
result(): Promise<ExecResult<E>>;
88
kill(signal?: KillSignal): Promise<void>;
89
[Symbol.dispose](): void;
90
}
Callers
15
stub.test.ts
File · 0.65
runCommand
Function · 0.65
observe-integration.test.ts
File · 0.65
shell.test.ts
File · 0.65
result
Method · 0.65
client.test.ts
File · 0.65
drainExec
Function · 0.65
workspace.test.ts
File · 0.65
runRuntime
Method · 0.65
startRuntime
Method · 0.65
getRuntime
Method · 0.65
runSoak
Function · 0.65
Implementers
1
WorkspaceRuntimeExecHandleStub
packages/computer/src/stub.ts
Calls
no outgoing calls
Tested by
3
runCommand
Function · 0.52
drainExec
Function · 0.52
runSoak
Function · 0.52