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

Function getWorkspaceQuotaQueryKey

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

Source from the content-addressed store, hash-verified

1import { API } from "#/api/api";
2
3export const getWorkspaceQuotaQueryKey = (
4 organizationName: string,
5 username: string,
6) => {
7 return ["workspaceQuota", organizationName, username];
8};
9
10export const workspaceQuota = (organizationName: string, username: string) => {
11 return {

Calls

no outgoing calls

Tested by

no test coverage detected