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

Function getProjectAppAbsolutePath

packages/vite/helpers/utils.ts:149–152  ·  view source on GitHub ↗
(subPath = '')

Source from the content-addressed store, hash-verified

147}
148
149export function getProjectAppAbsolutePath(subPath = ''): string {
150 const rel = getProjectAppRelativePath(subPath);
151 return path.resolve(getProjectRootPath(), rel);
152}
153
154export function getProjectAppVirtualPath(subPath = ''): string {
155 const rel = getProjectAppRelativePath(subPath).replace(/^\/+/, '');

Callers

nothing calls this directly

Calls 3

resolveMethod · 0.80
getProjectRootPathFunction · 0.70

Tested by

no test coverage detected