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

Function start

packages/computer/src/workspace.test.ts:84–86  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

82 appliedPushCursor: { rev: 0, path: null },
83 stream: new ReadableStream<import("@cloudflare/dofs").ChangeEntry>({
84 start(c) {
85 c.close();
86 },
87 }),
88 };
89 },

Callers

nothing calls this directly

Calls 5

hexFunction · 0.70
closeMethod · 0.65
getMethod · 0.65
pushMethod · 0.65
errorMethod · 0.65

Tested by

no test coverage detected