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

Function clean

packages/computer/src/git/cli.test.ts:343–346  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

341 calls.reset.push(options);
342 },
343 async clean(options = {}) {
344 calls.clean.push(options);
345 return fakes.clean?.() ?? [];
346 },
347 async cli() {
348 throw new Error("not reached in these tests");
349 },

Callers

nothing calls this directly

Calls 2

cleanMethod · 0.80
pushMethod · 0.65

Tested by

no test coverage detected