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

Method canStart

core/src/components/nav/nav.tsx:1043–1051  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1041 }
1042
1043 private canStart(): boolean {
1044 return (
1045 !this.gestureOrAnimationInProgress &&
1046 !!this.swipeGesture &&
1047 !this.isTransitioning &&
1048 this.transInstr.length === 0 &&
1049 this.canGoBackSync()
1050 );
1051 }
1052
1053 private onStart() {
1054 this.gestureOrAnimationInProgress = true;

Callers

nothing calls this directly

Calls 1

canGoBackSyncMethod · 0.95

Tested by

no test coverage detected