Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ cli
Function
cli
packages/computer/src/git/cli.test.ts:347–349 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
345
return
fakes.clean?.() ?? [];
346
},
347
async
cli() {
348
throw
new
Error(
"not reached in these tests"
);
349
},
350
...overrides,
351
};
352
return
{ client, calls };
Callers
1
cli.test.ts
File · 0.70
Calls
1
cli
Method · 0.65
Tested by
no test coverage detected