Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ readdir
Function
readdir
src/utils/fsOperations.ts:398–400 ·
view source on GitHub ↗
(fsPath)
Source
from the content-addressed store, hash-verified
396
},
397
398
async
readdir(fsPath) {
399
return
readdirPromise(fsPath, { withFileTypes: true })
400
},
401
402
async
unlink(fsPath) {
403
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