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

Function get

packages/computerd/src/cli/computerd.ts:537–540  ·  view source on GitHub ↗
(id, options)

Source from the content-addressed store, hash-verified

535 return { id: handle.id, events: dropHeartbeats(handle.events) };
536 },
537 get(id, options) {
538 const handle = runner.get(id, options);
539 return { id: handle.id, events: dropHeartbeats(handle.events) };
540 },
541 kill: runner.kill.bind(runner),
542 dispose: runner.dispose.bind(runner),
543 };

Callers

nothing calls this directly

Calls 2

dropHeartbeatsFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected