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

Function remoteRemove

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

Source from the content-addressed store, hash-verified

608 });
609 },
610 async remoteRemove(options) {
611 return remoteRemoveWith({
612 ...options,
613 fs: await fs(),
614 git: await loadGit<IsomorphicGitNetworkClient>(),
615 });
616 },
617 async remoteList(options = {}) {
618 return remoteListWith({
619 ...options,

Callers

nothing calls this directly

Calls 2

remoteRemoveWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected