Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ clone
Function
clone
packages/computer/src/git/cli.test.ts:194–196 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
192
};
193
const
client: GitClient = {
194
async
clone(options) {
195
calls.clone.push(options);
196
},
197
async
diff(options = {}) {
198
calls.diff.push(options);
199
return
""
;
Callers
nothing calls this directly
Calls
1
push
Method · 0.65
Tested by
no test coverage detected