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

Function workspaceByIdKey

site/src/api/queries/workspaces.ts:44–45  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

42) => ["workspace", ownerUsername, name, "settings"];
43
44export const workspaceByIdKey = (workspaceId: string) =>
45 ["workspace", workspaceId] as const;
46
47export const workspaceById = (workspaceId: string) => {
48 return {

Callers 4

buildQueriesFunction · 0.90
connectFunction · 0.90
onOpenFunction · 0.90
workspaceByIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected