MCPcopy
hub / github.com/codeaashu/claude-code / unlink

Function unlink

src/utils/fsOperations.ts:402–404  ·  view source on GitHub ↗
(fsPath)

Source from the content-addressed store, hash-verified

400 },
401
402 async unlink(fsPath) {
403 return unlinkPromise(fsPath)
404 },
405
406 async rmdir(fsPath) {
407 return rmdirPromise(fsPath)

Callers 15

replaceFromSnapshotFunction · 0.85
deleteAgentFromFileFunction · 0.85
applySnapshotFunction · 0.85
resetTaskListFunction · 0.85
deleteTaskFunction · 0.85
copyAnsiToClipboardFunction · 0.85
cleanupOldPastesFunction · 0.85
debug.tsFile · 0.85
registerSessionFunction · 0.85
countConcurrentSessionsFunction · 0.85
tryAcquireSchedulerLockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected