MCPcopy Create free account
hub / github.com/freecodexyz/free-code / readdirStringSync

Function readdirStringSync

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

Source from the content-addressed store, hash-verified

551 },
552
553 readdirStringSync(dirPath) {
554 using _ = slowLogging`fs.readdirStringSync(${dirPath})`
555 return fs.readdirSync(dirPath)
556 },
557
558 isDirEmptySync(dirPath) {
559 using _ = slowLogging`fs.isDirEmptySync(${dirPath})`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected