MCPcopy Index your code
hub / github.com/codeaashu/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 1

getAllSocketPathsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected