MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / readdirSync

Function readdirSync

src/utils/fsOperations.ts:548–551  ·  view source on GitHub ↗
(dirPath)

Source from the content-addressed store, hash-verified

546 },
547
548 readdirSync(dirPath) {
549 using _ = slowLogging`fs.readdirSync(${dirPath})`
550 return fs.readdirSync(dirPath, { withFileTypes: true })
551 },
552
553 readdirStringSync(dirPath) {
554 using _ = slowLogging`fs.readdirStringSync(${dirPath})`

Callers 10

getAllSocketPathsFunction · 0.90
getTemplatesDirsFunction · 0.90
listTemplatesFunction · 0.90
loadCustomModesFunction · 0.90
detectIssueTemplateFunction · 0.85
listStoresFunction · 0.85
listAllStoresFunction · 0.85
listEntriesFunction · 0.85
listEntriesBoundedFunction · 0.85
findSkillMdFilesFunction · 0.85

Calls

no outgoing calls

Tested by 1

findSkillMdFilesFunction · 0.68