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

Function getExec

packages/computer/src/workspace.test.ts:373–375  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

371 return { id, events: events() };
372 },
373 async getExec() {
374 return { id, events: events() };
375 },
376 async killExec() {
377 exit = { id, seq: 1, name: "exit", value: 143 };
378 for (const controller of controllers) {

Callers

nothing calls this directly

Calls 1

eventsFunction · 0.85

Tested by

no test coverage detected