MCPcopy Create free account
hub / github.com/coder/coder / permissionsQuery

Function permissionsQuery

site/src/pages/GroupsPage/GroupPage.stories.tsx:67–70  ·  view source on GitHub ↗
(data: unknown, id?: string)

Source from the content-addressed store, hash-verified

65});
66
67const permissionsQuery = (data: unknown, id?: string) => ({
68 key: groupPermissionsKey(id ?? MockGroupWithoutMembers.id),
69 data,
70});
71
72const membersQuery = (data: unknown) => ({
73 key: organizationMembersKey(MockDefaultOrganization.id, {

Callers 1

Calls 1

groupPermissionsKeyFunction · 0.90

Tested by

no test coverage detected