MCPcopy Create free account
hub / github.com/code-forge-io/react-router-devtools / repoPath

Function repoPath

docs/scripts/generate-docs.ts:43–44  ·  view source on GitHub ↗
(...segs: string[])

Source from the content-addressed store, hash-verified

41}
42
43const repoPath = (...segs: string[]) =>
44 path.normalize(path.join(...segs.filter(Boolean)));
45
46const allTags = () => run("git tag --list").split("\n").filter(Boolean);
47

Callers 1

generate-docs.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…