Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
safeRemoveOverlay
Function · 0.90
installVersionFromPackage
Function · 0.50
installVersionFromBinary
Function · 0.50
cleanupOldVersions
Function · 0.50
cleanupNpmInstallations
Function · 0.50
destroyWorktree
Function · 0.50
cleanupTeamDirectories
Function · 0.50
copyPluginToVersionedCache
Function · 0.50
installFromGitSubdir
Function · 0.50
installFromLocal
Function · 0.50
cachePlugin
Function · 0.50
loadPluginFromMarketplaceEntry
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected