Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
export
function
readdirSync() {
35
return
[]
36
}
37
38
export
function
readdir(cb: (err: Error | null, files: string[]) => void) {
39
cb(null, [])
Callers
3
getDirectories
Function · 0.90
getTestDirectories
Function · 0.85
getBenchmarkFiles
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected