MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / jumpToPath

Function jumpToPath

frontend/src/utils/router.ts:38–40  ·  view source on GitHub ↗
(router: any, path: string)

Source from the content-addressed store, hash-verified

36};
37
38export const jumpToPath = (router: any, path: string) => {
39 routerToPathWithQuery(path, { uncached: 'true' });
40};
41
42export const routerToNameWithParams = async (name: string, params: any) => {
43 await pushWithAccessCheck({ name: name, params: params });

Callers 1

jumpToInstallFunction · 0.90

Calls 1

routerToPathWithQueryFunction · 0.85

Tested by

no test coverage detected