MCPcopy Create free account
hub / github.com/freecodexyz/free-code / rmdirSync

Function rmdirSync

src/utils/fsOperations.ts:564–567  ·  view source on GitHub ↗
(dirPath)

Source from the content-addressed store, hash-verified

562 },
563
564 rmdirSync(dirPath) {
565 using _ = slowLogging`fs.rmdirSync(${dirPath})`
566 fs.rmdirSync(dirPath)
567 },
568
569 rmSync(path, options) {
570 using _ = slowLogging`fs.rmSync(${path})`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected