MCPcopy
hub / github.com/claude-code-best/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
writeCapabilityFileFunction · 0.85
removeSocketPathFunction · 0.85
startUdsMessagingFunction · 0.85
stopUdsMessagingFunction · 0.85
resetTaskListFunction · 0.85
deleteTaskFunction · 0.85
copyAnsiToClipboardFunction · 0.85
acquireLockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected