MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / canGoBackSync

Method canGoBackSync

core/src/components/nav/nav.tsx:498–500  ·  view source on GitHub ↗
(view = this.getActiveSync())

Source from the content-addressed store, hash-verified

496 }
497
498 private canGoBackSync(view = this.getActiveSync()): boolean {
499 return !!(view && this.getPreviousSync(view));
500 }
501
502 private getPreviousSync(view = this.getActiveSync()): ViewController | undefined {
503 if (!view) {

Callers 3

canGoBackMethod · 0.95
transitionMethod · 0.95
canStartMethod · 0.95

Calls 2

getActiveSyncMethod · 0.95
getPreviousSyncMethod · 0.95

Tested by

no test coverage detected