Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChinaSiro/claude-code-sourcemap
/ readdir
Function
readdir
restored-src/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
detectVcs
Function · 0.70
processAtMentionedFiles
Function · 0.70
getDynamicSkillAttachments
Function · 0.70
extractPDFPages
Function · 0.70
listRemoteAgentMetadata
Function · 0.70
loadAllProjectsMessageLogsFull
Function · 0.70
loadAllProjectsMessageLogsProgressive
Function · 0.70
getStatOnlyLogsForWorktrees
Function · 0.70
loadAllSubagentTranscriptsFromDisk
Function · 0.70
getSessionFilesWithMtime
Function · 0.70
clearCwdEnvFiles
Function · 0.70
getSessionEnvironmentScript
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected