MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / getDistPath

Function getDistPath

packages/webpack5/src/platforms/visionos.ts:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 ).join("");
11}
12function getDistPath() {
13 const appName = sanitizeName(basename(getProjectRootPath()));
14 return `${env.buildPath ?? "platforms"}/visionos/${appName}/app`;
15}
16
17const visionOSPlatform: INativeScriptPlatform = {
18 getDistPath,

Callers

nothing calls this directly

Calls 2

getProjectRootPathFunction · 0.90
sanitizeNameFunction · 0.70

Tested by

no test coverage detected