MCPcopy
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

callInnerFunction · 0.85
copySnapshotToLocalFunction · 0.85
checkAgentMemorySnapshotFunction · 0.85
replaceFromSnapshotFunction · 0.85
detectVcsFunction · 0.85
processAtMentionedFilesFunction · 0.85
extractPDFPagesFunction · 0.85
listRemoteAgentMetadataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected