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

Function setAppMainEntry

packages/core/application/helpers-common.ts:115–117  ·  view source on GitHub ↗
(entry: any /* NavigationEntry */)

Source from the content-addressed store, hash-verified

113 return _appMainEntry;
114}
115export function setAppMainEntry(entry: any /* NavigationEntry */) {
116 _appMainEntry = entry;
117}
118
119// Aids avoiding circular dependencies by allowing the application event listeners to be toggled
120let _toggleApplicationEventListenersHandler: (toAdd: boolean, callback: (args: any) => void) => void;

Callers 3

runMethod · 0.90
runMethod · 0.90
resetRootViewMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected