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

Function routerToNameWithQuery

frontend/src/utils/router.ts:30–32  ·  view source on GitHub ↗
(name: string, query: any)

Source from the content-addressed store, hash-verified

28};
29
30export const routerToNameWithQuery = async (name: string, query: any) => {
31 await pushWithAccessCheck({ name: name, query: query });
32};
33
34export const routerToPathWithQuery = async (path: string, query: any) => {
35 await pushWithAccessCheck({ path: path, query: query });

Callers

nothing calls this directly

Calls 1

pushWithAccessCheckFunction · 0.85

Tested by

no test coverage detected