MCPcopy Index your code
hub / github.com/remix-run/react-router / getPackagePath

Function getPackagePath

scripts/utils/packages.ts:21–23  ·  view source on GitHub ↗
(packageDirName: string)

Source from the content-addressed store, hash-verified

19}
20
21export function getPackagePath(packageDirName: string): string {
22 return path.resolve(packagesDir, packageDirName);
23}
24
25export function getPackageFile(
26 packageDirName: string,

Callers 6

parsePackageChangesFunction · 0.90
add.tsFile · 0.90
getPackagesFunction · 0.90
deleteChangeFilesFunction · 0.90
getAllPackageDirNamesFunction · 0.85
getPackageFileFunction · 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…