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

Function databasePath

console/src/platform/routeHelpers.ts:79–81  ·  view source on GitHub ↗
(regionSlug: string, databaseName: string)

Source from the content-addressed store, hash-verified

77}
78
79export function databasePath(regionSlug: string, databaseName: string) {
80 return `${regionPath(regionSlug)}/objects/${relativeDatabasePath({ databaseName })}`;
81}
82export function objectExplorerObjectPath(
83 regionSlug: string,
84 params: ObjectPathParams,

Callers 1

SchemaObjectHeaderFunction · 0.90

Calls 2

relativeDatabasePathFunction · 0.90
regionPathFunction · 0.85

Tested by

no test coverage detected