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

Function workspacesKey

site/src/api/queries/workspaces.ts:217–219  ·  view source on GitHub ↗
(req: WorkspacesRequest = {})

Source from the content-addressed store, hash-verified

215}
216
217export function workspacesKey(req: WorkspacesRequest = {}) {
218 return [...workspacesQueryKeyPrefix, req] as const;
219}
220
221export function workspaces(req: WorkspacesRequest = {}) {
222 return {

Callers 5

withWorkspaceCountFunction · 0.90
workspacesFunction · 0.85

Calls

no outgoing calls

Tested by 1