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

Function topmost

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

Source from the content-addressed store, hash-verified

783}
784
785export function topmost(): FrameBase {
786 console.log('topmost() is deprecated. Use Frame.topmost() instead.');
787
788 return FrameBase.topmost();
789}
790
791export function goBack(): boolean {
792 console.log('goBack() is deprecated. Use Frame.goBack() instead.');

Callers

nothing calls this directly

Calls 2

logMethod · 0.45
topmostMethod · 0.45

Tested by

no test coverage detected