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

Method GetGroupMembersByGroupID

coderd/database/querier.go:492–492  ·  view source on GitHub ↗
(ctx context.Context, arg GetGroupMembersByGroupIDParams)

Source from the content-addressed store, hash-verified

490 GetGroupByOrgAndName(ctx context.Context, arg GetGroupByOrgAndNameParams) (Group, error)
491 GetGroupMembers(ctx context.Context, includeSystem bool) ([]GroupMember, error)
492 GetGroupMembersByGroupID(ctx context.Context, arg GetGroupMembersByGroupIDParams) ([]GroupMember, error)
493 GetGroupMembersByGroupIDPaginated(ctx context.Context, arg GetGroupMembersByGroupIDPaginatedParams) ([]GetGroupMembersByGroupIDPaginatedRow, error)
494 // Returns the total count of members in a group. Shows the total
495 // count even if the caller does not have read access to ResourceGroupMember.

Callers 13

workspaceACLMethod · 0.65
TestWorkspaceQuotasFunction · 0.65
TestGroupsAuthFunction · 0.65
TestGroupMethod · 0.65
TestGeneratorFunction · 0.65
templateACLMethod · 0.65
patchGroupMethod · 0.65
deleteGroupMethod · 0.65
groupMethod · 0.65
groupsMethod · 0.65

Implementers 5

sqlQueriercoderd/database/db.go
queryMetricsStorecoderd/database/dbmetrics/querymetrics
queriercoderd/database/dbauthz/dbauthz.go
MockStorecoderd/database/dbmock/dbmock.go
MockStoreMockRecordercoderd/database/dbmock/dbmock.go

Calls

no outgoing calls

Tested by 6

TestWorkspaceQuotasFunction · 0.52
TestGroupsAuthFunction · 0.52
TestGroupMethod · 0.52
TestGeneratorFunction · 0.52
TestReconcileAllFunction · 0.52