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

Function organizationMembersKey

site/src/api/queries/organizations.ts:74–79  ·  view source on GitHub ↗
(id: string, req: UsersRequest)

Source from the content-addressed store, hash-verified

72};
73
74export const organizationMembersKey = (id: string, req: UsersRequest) => [
75 "organization",
76 id,
77 "members",
78 req,
79];
80
81/**
82 * Creates a query configuration to fetch all members of an organization.

Callers 4

membersQueryFunction · 0.90
organizationMembersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected