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

Function getAppMainEntry

packages/core/application/helpers-common.ts:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110let _appMainEntry: any /* NavigationEntry */;
111
112export function getAppMainEntry(): any /* NavigationEntry */ {
113 return _appMainEntry;
114}
115export function setAppMainEntry(entry: any /* NavigationEntry */) {
116 _appMainEntry = entry;
117}

Callers 3

getMainEntryMethod · 0.90
createRootViewMethod · 0.90
reloadPageMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected