MCPcopy
hub / github.com/autobase-tech/autobase / generateAbsoluteRouterPath

Function generateAbsoluteRouterPath

console/ui/src/shared/lib/functions.ts:13–14  ·  view source on GitHub ↗
(path: string, params?: Record<any, any>)

Source from the content-addressed store, hash-verified

11 * @param params - Additional params that will be substituted in URN dynamic values.
12 */
13export const generateAbsoluteRouterPath = (path: string, params?: Record<any, any>) =>
14 resolvePath(generatePath(path, params));
15
16/**
17 * Function returns env variable passed to container or variable from .env* files.

Callers 15

handleReturnButtonFunction · 0.90
SettingsFunction · 0.90
onSubmitFunction · 0.90
BreadcrumbsFunction · 0.90
handleCreateClusterFunction · 0.90
handleButtonClickFunction · 0.90
handleLogoutFunction · 0.90
cancelHandlerFunction · 0.90
onSubmitFunction · 0.90
useGetClustersTableDataFunction · 0.90
onSubmitFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected