Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
sourceEvents
Function · 0.85
composite
Function · 0.70
fakeRpc
Function · 0.70
Tested by
no test coverage detected