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

Method clean

packages/computer/src/git/index.ts:310–310  ·  view source on GitHub ↗

Remove untracked files (and directories with `directories`).

(options?: CleanOptions)

Source from the content-addressed store, hash-verified

308 reset(options?: ResetOptions): Promise<void>;
309 /** Remove untracked files (and directories with `directories`). */
310 clean(options?: CleanOptions): Promise<string[]>;
311 /**
312 * Argv-driven entry point. The worker-backend's `git` custom
313 * command dispatches through this; in-process callers can use

Callers 2

cleanFunction · 0.80
runCleanFunction · 0.80

Calls

no outgoing calls

Tested by 1

cleanFunction · 0.64