Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
138
export
function
getProjectAppPath(): string {
139
return
computeProjectAppPath();
140
}
141
142
export
function
getProjectAppRelativePath(subPath =
''
): string {
143
const
base = computeProjectAppPath();
Callers
9
main-entry.ts
File · 0.85
global-defines.ts
File · 0.85
base.ts
File · 0.85
createBundlerContextPlugin
Function · 0.85
createBundlerContextPlugin
Function · 0.85
strategy.ts
File · 0.85
buildRegistry
Function · 0.85
strategy.ts
File · 0.85
websocket.ts
File · 0.85
Calls
1
computeProjectAppPath
Function · 0.85
Tested by
no test coverage detected