MCPcopy Create free account
hub / github.com/ChinaSiro/claude-code-sourcemap / rm

Function rm

restored-src/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
installVersionFromBinaryFunction · 0.50
cleanupOldVersionsFunction · 0.50
cleanupNpmInstallationsFunction · 0.50
destroyWorktreeFunction · 0.50
cleanupTeamDirectoriesFunction · 0.50
installFromGitSubdirFunction · 0.50
installFromLocalFunction · 0.50
cachePluginFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected