Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/epicweb-dev/react-performance
/ readDir
Function
readDir
epicshop/fix.js:129–134 ·
view source on GitHub ↗
(dir)
Source
from the content-addressed store, hash-verified
127
}
128
129
async
function
readDir(dir) {
130
if
(exists(dir)) {
131
return
fs.promises.readdir(dir)
132
}
133
return
[]
134
}
Callers
1
fix.js
File · 0.85
Calls
1
exists
Function · 0.85
Tested by
no test coverage detected