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

Method GetGroupByID

coderd/database/querier.go:489–489  ·  view source on GitHub ↗
(ctx context.Context, id uuid.UUID)

Source from the content-addressed store, hash-verified

487 GetGitSSHKey(ctx context.Context, userID uuid.UUID) (GitSSHKey, error)
488 GetGroupAIBudget(ctx context.Context, groupID uuid.UUID) (GroupAiBudget, error)
489 GetGroupByID(ctx context.Context, id uuid.UUID) (Group, error)
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)

Callers 15

auditLogResourceLinkMethod · 0.65
checkAuthorizationMethod · 0.65
ExtractGroupParamFunction · 0.65
GetGroupByIDMethod · 0.65
DeleteGroupAIBudgetMethod · 0.65
GetGroupAIBudgetMethod · 0.65
InsertGroupMemberMethod · 0.65
UpdateGroupByIDMethod · 0.65
UpsertGroupAIBudgetMethod · 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 4

TestGroupsAuthFunction · 0.52
TestGroupMethod · 0.52
TestAIBridgeMethod · 0.52
TestGeneratorFunction · 0.52