(location: $locationShim, toUrl: string, relHref?: string)
| 747 | }); |
| 748 | |
| 749 | function parseLinkAndReturn(location: $locationShim, toUrl: string, relHref?: string) { |
| 750 | const resetUrl = location.$$parseLinkUrl(toUrl, relHref); |
| 751 | return (resetUrl && location.absUrl()) || undefined; |
| 752 | } |
no test coverage detected
searching dependent graphs…