(path: string)
| 118 | } |
| 119 | |
| 120 | function goToFileInTableView(path: string) { |
| 121 | updateCurrentPath(path, "file"); |
| 122 | navigate("/" + ROUTES.TABLE_VIEW); |
| 123 | } |
| 124 | |
| 125 | function goToLicenseDetection(licenseDetectionIdentifier: string) { |
| 126 | navigate(generateLicenseDetectionNavigationUrl(licenseDetectionIdentifier)); |
no test coverage detected