MCPcopy
hub / github.com/claude-code-best/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 10

captureScreenToBase64Function · 0.90
execFunction · 0.90
stopFunction · 0.90
removeDaemonStateFunction · 0.90
clearAccountFunction · 0.85
readClipboardImageFunction · 0.85
disableTuiFunction · 0.85
callBreakCacheFunction · 0.85
queryModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected