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

Function setRootFrame

packages/vite/hmr/client/utils.ts:96–98  ·  view source on GitHub ↗
(frame: any | null)

Source from the content-addressed store, hash-verified

94// last known root Frame
95let ROOT_FRAME: any | null = null;
96export function setRootFrame(frame: any | null) {
97 ROOT_FRAME = frame;
98}
99export function getRootFrame(): any | null {
100 return ROOT_FRAME;
101}

Callers 2

__nsNavigateUsingAppFunction · 0.85
performResetRootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected