MCPcopy 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

addWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected