MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / unlinkSync

Function unlinkSync

source code/utils/fsOperations.ts:496–499  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

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

Callers 1

execFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected