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

Method UpdateUserDeletedByID

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

Source from the content-addressed store, hash-verified

1306 UpdateUserChatCustomPrompt(ctx context.Context, arg UpdateUserChatCustomPromptParams) (UserConfig, error)
1307 UpdateUserCodeDiffDisplayMode(ctx context.Context, arg UpdateUserCodeDiffDisplayModeParams) (string, error)
1308 UpdateUserDeletedByID(ctx context.Context, id uuid.UUID) error
1309 UpdateUserGithubComUserID(ctx context.Context, arg UpdateUserGithubComUserIDParams) error
1310 UpdateUserHashedOneTimePasscode(ctx context.Context, arg UpdateUserHashedOneTimePasscodeParams) error
1311 UpdateUserHashedPassword(ctx context.Context, arg UpdateUserHashedPasswordParams) error

Callers 11

deleteUserMethod · 0.65
TestUpdateSystemUserFunction · 0.65
TestGetUserStatusCountsFunction · 0.65
UpdateUserDeletedByIDMethod · 0.65
TestUserMethod · 0.65
UserFunction · 0.65
TestAnalyzeOIDCLinksFunction · 0.65
TestDeleteFunction · 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 8

TestUpdateSystemUserFunction · 0.52
TestGetUserStatusCountsFunction · 0.52
TestUserMethod · 0.52
TestAnalyzeOIDCLinksFunction · 0.52
TestDeleteFunction · 0.52