MCPcopy 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

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