Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/epicweb-dev/advanced-react-patterns
/ here
Function
here
epicshop/fix.js:10–10 ·
view source on GitHub ↗
(...p)
Source
from the content-addressed store, hash-verified
8
9
const
__dirname = path.dirname(fileURLToPath(
import
.meta.url))
10
const
here = (...p) => path.join(__dirname, ...p)
11
const
VERBOSE = false
12
const
logVerbose = (...args) => (VERBOSE ? console.log(...args) : undefined)
13
Callers
1
fix.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected