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

Function buildGlobalQueryKey

console/src/api/buildQueryKeySchema.ts:83–85  ·  view source on GitHub ↗
(scope: string)

Source from the content-addressed store, hash-verified

81 * See `buildRegionQueryKey` for additional details.
82 */
83export function buildGlobalQueryKey(scope: string) {
84 return [buildQueryKeyPart(scope)] as const;
85}
86
87/**
88 * Extracts the environmentVersion from a query key in a type-safe way.

Callers 7

frontegg.tsFile · 0.90
incident-io.tsFile · 0.90
cloudGlobalApi.tsFile · 0.90
environments.tsFile · 0.90
queries.tsFile · 0.90
auth.tsxFile · 0.90
hubspot.tsFile · 0.90

Calls 1

buildQueryKeyPartFunction · 0.85

Tested by

no test coverage detected