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

Function getGroupsByOrganizationQueryKey

site/src/api/queries/groups.ts:26–30  ·  view source on GitHub ↗
(organization: string)

Source from the content-addressed store, hash-verified

24};
25
26const getGroupsByOrganizationQueryKey = (organization: string) => [
27 "organization",
28 organization,
29 "groups",
30];
31
32export const groupsByOrganization = (organization: string) => {
33 return {

Callers 3

groupsByOrganizationFunction · 0.85
createGroupFunction · 0.85
invalidateGroupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected