MCPcopy Index your code
hub / github.com/epicweb-dev/epic-stack / here

Function here

tests/mocks/github.ts:10–10  ·  view source on GitHub ↗
(...s: Array<string>)

Source from the content-addressed store, hash-verified

8
9const __dirname = path.dirname(fileURLToPath(import.meta.url))
10const here = (...s: Array<string>) => path.join(__dirname, ...s)
11
12const githubUserFixturePath = path.join(
13 here(

Callers 1

github.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected