MCPcopy Create free account
hub / github.com/tiann/hapi / runtimePath

Function runtimePath

cli/src/projectPath.ts:16–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16export function runtimePath(): string {
17 if (!isCompiled) {
18 return projectPath();
19 }
20
21 return join(configuration.happyHomeDir, 'runtime', packageJson.version);
22}
23
24export function isBunCompiled(): boolean {
25 return isCompiled;

Callers 7

getBinaryPathFunction · 0.90
getBinaryPathFunction · 0.90
runDoctorCommandFunction · 0.90
ensureRuntimeAssetsFunction · 0.90
getTunwgPathFunction · 0.90
buildMachineMetadataFunction · 0.90
buildSessionMetadataFunction · 0.90

Calls 1

projectPathFunction · 0.85

Tested by

no test coverage detected