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

Function goBack

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

Source from the content-addressed store, hash-verified

789}
790
791export function goBack(): boolean {
792 console.log('goBack() is deprecated. Use Frame.goBack() instead.');
793
794 return FrameBase.goBack();
795}
796
797export function _stack(): Array<FrameBase> {
798 console.log('_stack() is deprecated. Use Frame._stack() instead.');

Callers

nothing calls this directly

Calls 2

logMethod · 0.45
goBackMethod · 0.45

Tested by

no test coverage detected