Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ statSync
Function
statSync
helpers/compile/plugins/fill-plugin/fillers/fs.ts:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
export
function
statSync() {
31
return
lstatSync()
32
}
33
34
export
function
readdirSync() {
35
return
[]
Callers
3
getDirectories
Function · 0.90
getTestDirectories
Function · 0.85
getBenchmarkFiles
Function · 0.85
Calls
1
lstatSync
Function · 0.85
Tested by
no test coverage detected