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

Method rm

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

Unstage paths from the index.

(options: GitRmOptions)

Source from the content-addressed store, hash-verified

244 add(options: GitAddOptions): Promise<void>;
245 /** Unstage paths from the index. */
246 rm(options: GitRmOptions): Promise<void>;
247 /** Write the current index to a new commit on HEAD. */
248 commit(options: GitCommitOptions): Promise<CommitResult>;
249 /** Walk commits from `ref` (default HEAD) backwards through history. */

Callers 15

filesystem.test.tsFile · 0.65
setupFunction · 0.65
shim.test.tsFile · 0.65
computerd.test.tsFile · 0.65
startComputerdFunction · 0.65
logger.test.tsFile · 0.65
rmMethod · 0.65
workspace.test.tsFile · 0.65
removePathFunction · 0.65
clone.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 2

setupFunction · 0.52
startComputerdFunction · 0.52