Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
export
const
regionPath = (regionSlug: string) => {
24
return
`/regions/${regionSlug}`;
25
};
26
27
export
type
ClusterPathParams = {
28
id: string;
Callers
15
CreateObjectButton
Function · 0.90
handleSourceSubmit
Function · 0.90
handleSourceSubmit
Function · 0.90
handleSourceSubmit
Function · 0.90
handleSourceSubmit
Function · 0.90
OnboardingSteps
Function · 0.90
NextButton
Function · 0.90
EnvironmentNotReadyStatus
Function · 0.90
absoluteClusterPath
Function · 0.85
shellPath
Function · 0.85
databasePath
Function · 0.85
objectExplorerObjectPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected