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

Function getGroupQueryKey

site/src/api/queries/groups.ts:46–53  ·  view source on GitHub ↗
(
	organization: string,
	groupName: string,
	req: GroupRequest,
)

Source from the content-addressed store, hash-verified

44];
45
46export const getGroupQueryKey = (
47 organization: string,
48 groupName: string,
49 req: GroupRequest,
50) => {
51 const base = getRootGroupQueryKey(organization, groupName);
52 return [...base, req];
53};
54
55export const group = (
56 organization: string,

Callers 2

groupQueryFunction · 0.90
groupFunction · 0.85

Calls 1

getRootGroupQueryKeyFunction · 0.85

Tested by

no test coverage detected