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

Function getRootGroupQueryKey

site/src/api/queries/groups.ts:39–44  ·  view source on GitHub ↗
(organization: string, groupName: string)

Source from the content-addressed store, hash-verified

37};
38
39const getRootGroupQueryKey = (organization: string, groupName: string) => [
40 "organization",
41 organization,
42 "group",
43 groupName,
44];
45
46export const getGroupQueryKey = (
47 organization: string,

Callers 3

getGroupQueryKeyFunction · 0.85
getGroupMembersQueryKeyFunction · 0.85
invalidateGroupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected