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

Function getRootFrame

packages/vite/hmr/client/utils.ts:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 ROOT_FRAME = frame;
98}
99export function getRootFrame(): any | null {
100 return ROOT_FRAME;
101}
102/**
103 * No on-device file materialization: dev runtime operates via HTTP-only URL-based ESM.
104 * On-demand module fetch (browser-like dynamic import bridging)

Callers 3

applyFullGraphFunction · 0.85
__nsNavigateUsingAppFunction · 0.85
performResetRootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected