(e)
| 622 | } |
| 623 | |
| 624 | routeToServer (e) { |
| 625 | window.location.href = window.location.href // eslint-disable-line no-self-assign |
| 626 | } |
| 627 | |
| 628 | removeTrailingSlash (e) { |
| 629 | return this.navigate(e, { trigger: true }) |
nothing calls this directly
no outgoing calls
no test coverage detected