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

Function getProjectAppPath

packages/vite/helpers/utils.ts:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136}
137
138export function getProjectAppPath(): string {
139 return computeProjectAppPath();
140}
141
142export function getProjectAppRelativePath(subPath = ''): string {
143 const base = computeProjectAppPath();

Callers 9

main-entry.tsFile · 0.85
global-defines.tsFile · 0.85
base.tsFile · 0.85
strategy.tsFile · 0.85
buildRegistryFunction · 0.85
strategy.tsFile · 0.85
websocket.tsFile · 0.85

Calls 1

computeProjectAppPathFunction · 0.85

Tested by

no test coverage detected