MCPcopy Create free account
hub / github.com/Noumena-Network/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 5

getAllSocketPathsFunction · 0.90
walkFunction · 0.85
getSourceFamiliesFunction · 0.85
walkFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected