Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnukarOP/claude-code-leaked
/ readdir
Function
readdir
source code/utils/fsOperations.ts:400–402 ·
view source on GitHub ↗
(fsPath)
Source
from the content-addressed store, hash-verified
398
},
399
400
async
readdir(fsPath) {
401
return
readdirPromise(fsPath, { withFileTypes: true })
402
},
403
404
async
unlink(fsPath) {
405
return
unlinkPromise(fsPath)
Callers
15
callInner
Function · 0.85
copySnapshotToLocal
Function · 0.85
checkAgentMemorySnapshot
Function · 0.85
replaceFromSnapshot
Function · 0.85
detectVcs
Function · 0.85
processAtMentionedFiles
Function · 0.85
getDynamicSkillAttachments
Function · 0.85
extractPDFPages
Function · 0.85
listRemoteAgentMetadata
Function · 0.85
loadAllProjectsMessageLogsFull
Function · 0.85
loadAllProjectsMessageLogsProgressive
Function · 0.85
getStatOnlyLogsForWorktrees
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected