MCPcopy
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

removeDirectoryIfEmptyFunction · 0.85
stopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected