()
| 492 | } |
| 493 | |
| 494 | private getActiveSync(): ViewController | undefined { |
| 495 | return this.views[this.views.length - 1]; |
| 496 | } |
| 497 | |
| 498 | private canGoBackSync(view = this.getActiveSync()): boolean { |
| 499 | return !!(view && this.getPreviousSync(view)); |
no outgoing calls
no test coverage detected