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

Function routerToPathWithQuery

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

Source from the content-addressed store, hash-verified

32};
33
34export const routerToPathWithQuery = async (path: string, query: any) => {
35 await pushWithAccessCheck({ path: path, query: query });
36};
37
38export const jumpToPath = (router: any, path: string) => {
39 routerToPathWithQuery(path, { uncached: 'true' });

Callers 1

jumpToPathFunction · 0.85

Calls 1

pushWithAccessCheckFunction · 0.85

Tested by

no test coverage detected