MCPcopy
hub / github.com/claude-code-best/claude-code / rm

Function rm

src/utils/fsOperations.ts:410–412  ·  view source on GitHub ↗
(fsPath, options)

Source from the content-addressed store, hash-verified

408 },
409
410 async rm(fsPath, options) {
411 return rmPromise(fsPath, options)
412 },
413
414 async mkdir(dirPath, options) {
415 try {

Callers 15

safeRemoveOverlayFunction · 0.90
truncateFunction · 0.85
journal.test.tsFile · 0.85
build.tsFile · 0.85
installVersionFromBinaryFunction · 0.85
cleanupOldVersionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected