Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
replaceFromSnapshot
Function · 0.85
deleteAgentFromFile
Function · 0.85
applySnapshot
Function · 0.85
deleteRemoteAgentMetadata
Function · 0.85
resetTaskList
Function · 0.85
deleteTask
Function · 0.85
copyAnsiToClipboard
Function · 0.85
cleanupOldPastes
Function · 0.85
debug.ts
File · 0.85
registerSession
Function · 0.85
countConcurrentSessions
Function · 0.85
tryAcquireSchedulerLock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected