Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ getProjectAppVirtualPath
Function
getProjectAppVirtualPath
packages/vite/helpers/utils.ts:154–157 ·
view source on GitHub ↗
(subPath = '')
Source
from the content-addressed store, hash-verified
152
}
153
154
export
function
getProjectAppVirtualPath(subPath =
''
): string {
155
const
rel = getProjectAppRelativePath(subPath).replace(/^\/+/,
''
);
156
return
`/${rel.replace(/\/+/g,
'/'
)}`;
157
}
Callers
7
main-entry.ts
File · 0.85
global-defines.ts
File · 0.85
strategy.ts
File · 0.85
strategy.ts
File · 0.85
strategy.ts
File · 0.85
strategy.spec.ts
File · 0.85
websocket.ts
File · 0.85
Calls
2
getProjectAppRelativePath
Function · 0.85
replace
Method · 0.80
Tested by
no test coverage detected