MCPcopy Index your code
hub / github.com/coder/coder / workspaceQuota

Function workspaceQuota

site/src/api/queries/workspaceQuota.ts:10–15  ·  view source on GitHub ↗
(organizationName: string, username: string)

Source from the content-addressed store, hash-verified

8};
9
10export const workspaceQuota = (organizationName: string, username: string) => {
11 return {
12 queryKey: getWorkspaceQuotaQueryKey(organizationName, username),
13 queryFn: () => API.getWorkspaceQuota(organizationName, username),
14 };
15};
16
17export const getWorkspaceResolveAutostartQueryKey = (workspaceId: string) => [
18 workspaceId,

Callers 2

WorkspaceTopbarFunction · 0.90
UsageIndicatorFunction · 0.90

Calls 1

Tested by

no test coverage detected