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

Method UpdateGroupByID

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

Source from the content-addressed store, hash-verified

1260 UpdateExternalAuthLinkRefreshToken(ctx context.Context, arg UpdateExternalAuthLinkRefreshTokenParams) error
1261 UpdateGitSSHKey(ctx context.Context, arg UpdateGitSSHKeyParams) (GitSSHKey, error)
1262 UpdateGroupByID(ctx context.Context, arg UpdateGroupByIDParams) (Group, error)
1263 UpdateInactiveUsersToDormant(ctx context.Context, arg UpdateInactiveUsersToDormantParams) ([]UpdateInactiveUsersToDormantRow, error)
1264 UpdateInboxNotificationReadStatus(ctx context.Context, arg UpdateInboxNotificationReadStatusParams) error
1265 UpdateMCPServerConfig(ctx context.Context, arg UpdateMCPServerConfigParams) (MCPServerConfig, error)

Callers 5

TestWorkspaceQuotasFunction · 0.65
DoMethod · 0.65
UpdateGroupByIDMethod · 0.65
TestGroupMethod · 0.65
patchGroupMethod · 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 2

TestWorkspaceQuotasFunction · 0.52
TestGroupMethod · 0.52