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

Function changeRouteOnImport

src/contexts/dbContext.tsx:116–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 function changeRouteOnImport() {
117 navigate(DEFAULT_ROUTE_ON_IMPORT);
118 }
119
120 function goToFileInTableView(path: string) {
121 updateCurrentPath(path, "file");

Callers 2

sqliteParserFunction · 0.85
jsonParserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected