Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/epicweb-dev/react-performance
/ here
Function
here
epicshop/fix.js:9–9 ·
view source on GitHub ↗
(...p)
Source
from the content-addressed store, hash-verified
7
8
const
__dirname = path.dirname(fileURLToPath(
import
.meta.url))
9
const
here = (...p) => path.join(__dirname, ...p)
10
11
const
workshopRoot = here(
'..'
)
12
const
examples = (
await
readDir(here(
'../examples'
))).map((dir) =>
Callers
1
fix.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected