()
| 110 | let _appMainEntry: any /* NavigationEntry */; |
| 111 | |
| 112 | export function getAppMainEntry(): any /* NavigationEntry */ { |
| 113 | return _appMainEntry; |
| 114 | } |
| 115 | export function setAppMainEntry(entry: any /* NavigationEntry */) { |
| 116 | _appMainEntry = entry; |
| 117 | } |
no outgoing calls
no test coverage detected