MCPcopy
hub / github.com/prisma/prisma / readdirSync

Function readdirSync

helpers/compile/plugins/fill-plugin/fillers/fs.ts:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34export function readdirSync() {
35 return []
36}
37
38export function readdir(cb: (err: Error | null, files: string[]) => void) {
39 cb(null, [])

Callers 3

getDirectoriesFunction · 0.90
getTestDirectoriesFunction · 0.85
getBenchmarkFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected