MCPcopy Create free account
hub / github.com/cloudflare/computer / remoteAdd

Function remoteAdd

packages/computer/src/git/index.ts:603–609  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

601 });
602 },
603 async remoteAdd(options) {
604 return remoteAddWith({
605 ...options,
606 fs: await fs(),
607 git: await loadGit<IsomorphicGitNetworkClient>(),
608 });
609 },
610 async remoteRemove(options) {
611 return remoteRemoveWith({
612 ...options,

Callers

nothing calls this directly

Calls 2

remoteAddWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected