MCPcopy 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

detectVcsFunction · 0.70
processAtMentionedFilesFunction · 0.70
extractPDFPagesFunction · 0.70
listRemoteAgentMetadataFunction · 0.70
getSessionFilesWithMtimeFunction · 0.70
clearCwdEnvFilesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected