Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ rmdir
Function
rmdir
src/utils/fsOperations.ts:406–408 ·
view source on GitHub ↗
(fsPath)
Source
from the content-addressed store, hash-verified
404
},
405
406
async
rmdir(fsPath) {
407
return
rmdirPromise(fsPath)
408
},
409
410
async
rm(fsPath, options) {
411
return
rmPromise(fsPath, options)
Callers
3
removeDirectoryIfEmpty
Function · 0.85
stop
Method · 0.85
copyPluginToVersionedCache
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected