MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / regionPath

Function regionPath

console/src/platform/routeHelpers.ts:23–25  ·  view source on GitHub ↗
(regionSlug: string)

Source from the content-addressed store, hash-verified

21 | "materialized-view";
22
23export const regionPath = (regionSlug: string) => {
24 return `/regions/${regionSlug}`;
25};
26
27export type ClusterPathParams = {
28 id: string;

Callers 15

CreateObjectButtonFunction · 0.90
handleSourceSubmitFunction · 0.90
handleSourceSubmitFunction · 0.90
handleSourceSubmitFunction · 0.90
handleSourceSubmitFunction · 0.90
OnboardingStepsFunction · 0.90
NextButtonFunction · 0.90
absoluteClusterPathFunction · 0.85
shellPathFunction · 0.85
databasePathFunction · 0.85
objectExplorerObjectPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected