Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ getCurrentApp
Function
getCurrentApp
packages/vite/hmr/client/utils.ts:90–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
CURRENT_APP = app;
89
}
90
export
function
getCurrentApp(): any | null {
91
return
CURRENT_APP;
92
}
93
94
// last known root Frame
95
let
ROOT_FRAME: any | null = null;
Callers
3
applyFullGraph
Function · 0.85
buildTarget
Function · 0.85
getRootForVue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected