Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ get
Function
get
packages/computer/src/workspace.ts:198–201 ·
view source on GitHub ↗
(_target, property)
Source
from the content-addressed store, hash-verified
196
{},
197
{
198
get(_target, property) {
199
if
(property ===
"then"
)
return
undefined;
200
return
() => Promise.reject(
new
Error(GIT_NOT_CONFIGURED_MESSAGE));
201
},
202
},
203
) as GitClient;
204
Callers
nothing calls this directly
Calls
1
reject
Method · 0.80
Tested by
no test coverage detected