MCPcopy
hub / github.com/claude-code-best/claude-code / rmSync

Function rmSync

src/utils/fsOperations.ts:569–572  ·  view source on GitHub ↗
(path, options)

Source from the content-addressed store, hash-verified

567 },
568
569 rmSync(path, options) {
570 using _ = slowLogging`fs.rmSync(${path})`
571 fs.rmSync(path, options)
572 },
573
574 createWriteStream(path: string) {
575 return fs.createWriteStream(path)

Callers 15

scrubBareGitRepoFilesFunction · 0.90
templates.test.tsFile · 0.90
classifier.test.tsFile · 0.90
state.test.tsFile · 0.90
loader.test.tsFile · 0.90
state.test.tsFile · 0.90
build.tsFile · 0.85
accounts.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected