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

Method topmost

packages/core/ui/frame/frame-common.ts:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 static topmost(): FrameBase {
68 return frameStackTopmost();
69 }
70
71 static goBack(): boolean {
72 const top = FrameBase.topmost();

Callers 15

goBackMethod · 0.45
topmostFunction · 0.45
getCurrentPageFunction · 0.45
getTopmostFunction · 0.45
__nsNavigateUsingAppFunction · 0.45
performResetRootFunction · 0.45
logUiSnapshotFunction · 0.45
applyCssTextFunction · 0.45
viewDemoMethod · 0.45
showReportPageFunction · 0.45
logFunction · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.36