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

Function clean

packages/computer/src/git/index.ts:689–696  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

687 });
688 },
689 async clean(options = {}) {
690 return cleanWith({
691 ...options,
692 fs: await fs(),
693 git: await loadGit<IsomorphicGitCleanClient>(),
694 cache,
695 });
696 },
697 async cli(input) {
698 return runGitCli(client, input, { defaultIdentity });
699 },

Callers

nothing calls this directly

Calls 2

cleanWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected