Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/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
safeRemoveOverlay
Function · 0.90
installVersionFromPackage
Function · 0.85
installVersionFromBinary
Function · 0.85
cleanupOldVersions
Function · 0.85
cleanupNpmInstallations
Function · 0.85
destroyWorktree
Function · 0.85
cleanupTeamDirectories
Function · 0.85
copyPluginToVersionedCache
Function · 0.85
installFromGitSubdir
Function · 0.85
installFromLocal
Function · 0.85
cachePlugin
Function · 0.85
loadPluginFromMarketplaceEntry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected