MCPcopy Create free account
hub / github.com/coder/coder / deploymentConfig

Function deploymentConfig

site/src/api/queries/deployment.ts:6–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4export const deploymentConfigQueryKey = ["deployment", "config"];
5
6export const deploymentConfig = () => {
7 return {
8 queryKey: deploymentConfigQueryKey,
9 queryFn: API.getDeploymentConfig,
10 staleTime: Number.POSITIVE_INFINITY,
11 };
12};
13
14export const deploymentDAUs = () => {
15 return {

Callers 5

DeploymentConfigProviderFunction · 0.90
WorkspaceActionsFunction · 0.90
UsersPageFunction · 0.90
TerminalPageFunction · 0.90
TerminalPanelFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected