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

Function connect

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

Source from the content-addressed store, hash-verified

140 id,
141 type: "fake",
142 async connect(): Promise<BackendHandle> {
143 return { rpc: composite(rpc ?? fakeRpc()), close: async () => {} };
144 },
145 };
146}
147

Callers

nothing calls this directly

Calls 3

sourceEventsFunction · 0.85
compositeFunction · 0.70
fakeRpcFunction · 0.70

Tested by

no test coverage detected