MCPcopy Index your code
hub / github.com/codeaashu/claude-code / unlinkSync

Function unlinkSync

src/utils/fsOperations.ts:494–497  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

492 },
493
494 unlinkSync(path: string) {
495 using _ = slowLogging`fs.unlinkSync(${path})`
496 fs.unlinkSync(path)
497 },
498
499 renameSync(oldPath: string, newPath: string) {
500 using _ = slowLogging`fs.renameSync(${oldPath} → ${newPath})`

Callers 1

execFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected