Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
safeRemoveOverlay
Function · 0.90
truncate
Function · 0.85
WorkflowTool.test.ts
File · 0.85
namedWorkflows.test.ts
File · 0.85
runWorkflow.test.ts
File · 0.85
journal.test.ts
File · 0.85
integration.test.ts
File · 0.85
persistInline.test.ts
File · 0.85
build.ts
File · 0.85
installVersionFromPackage
Function · 0.85
installVersionFromBinary
Function · 0.85
cleanupOldVersions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected