MCPcopy Index your code
hub / github.com/codeaashu/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 1

scrubBareGitRepoFilesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected