MCPcopy 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.tsFile · 0.65
runCommandFunction · 0.65
shell.test.tsFile · 0.65
resultMethod · 0.65
client.test.tsFile · 0.65
drainExecFunction · 0.65
workspace.test.tsFile · 0.65
runRuntimeMethod · 0.65
startRuntimeMethod · 0.65
getRuntimeMethod · 0.65
runSoakFunction · 0.65

Implementers 1

WorkspaceRuntimeExecHandleStubpackages/computer/src/stub.ts

Calls

no outgoing calls

Tested by 3

runCommandFunction · 0.52
drainExecFunction · 0.52
runSoakFunction · 0.52