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

Method UpdateInactiveUsersToDormant

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

Source from the content-addressed store, hash-verified

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)
1266 UpdateMemberRoles(ctx context.Context, arg UpdateMemberRolesParams) (OrganizationMember, error)

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 1

TestSystemFunctionsMethod · 0.52