MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-workbench / goToFileInTableView

Function goToFileInTableView

src/contexts/dbContext.tsx:120–123  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

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));

Callers 5

DependencyEntityFunction · 0.85
PackageEntityFunction · 0.85
LicenseMatchesTableFunction · 0.85
DetectionOriginRendererFunction · 0.85
FilePathRendererFunction · 0.85

Calls 1

updateCurrentPathFunction · 0.85

Tested by

no test coverage detected