MCPcopy 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}
90export function getCurrentApp(): any | null {
91 return CURRENT_APP;
92}
93
94// last known root Frame
95let ROOT_FRAME: any | null = null;

Callers 3

applyFullGraphFunction · 0.85
buildTargetFunction · 0.85
getRootForVueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected