Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ add
Function
add
packages/computer/src/git/index.ts:442–449 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
440
});
441
},
442
async
add(options) {
443
await
addWith({
444
...options,
445
fs:
await
fs(),
446
git:
await
loadGit<IsomorphicGitAddClient>(),
447
cache,
448
});
449
},
450
async
rm(options) {
451
await
rmWith({
452
...options,
Callers
nothing calls this directly
Calls
2
addWith
Function · 0.85
fs
Function · 0.70
Tested by
no test coverage detected