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

Method UpdateUserProfile

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

Source from the content-addressed store, hash-verified

1318 UpdateUserLoginType(ctx context.Context, arg UpdateUserLoginTypeParams) (User, error)
1319 UpdateUserNotificationPreferences(ctx context.Context, arg UpdateUserNotificationPreferencesParams) (int64, error)
1320 UpdateUserProfile(ctx context.Context, arg UpdateUserProfileParams) (User, error)
1321 UpdateUserQuietHoursSchedule(ctx context.Context, arg UpdateUserQuietHoursScheduleParams) (User, error)
1322 UpdateUserRoles(ctx context.Context, arg UpdateUserRolesParams) (User, error)
1323 UpdateUserSecretByUserIDAndName(ctx context.Context, arg UpdateUserSecretByUserIDAndNameParams) (UserSecret, error)

Callers 11

putUserProfileMethod · 0.65
TestWorkspaceFilterFunction · 0.65
TestWorkspaceBuildFunction · 0.65
oauthLoginMethod · 0.65
TestUpdateUserProfileFunction · 0.65
UsersFilterFunction · 0.65
TestUpdateSystemUserFunction · 0.65
UpdateUserProfileMethod · 0.65
UpdateUserProfileMethod · 0.65
TestUserMethod · 0.65
TestWorkspacesSharedWithFunction · 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

TestWorkspaceFilterFunction · 0.52
TestWorkspaceBuildFunction · 0.52
TestUpdateUserProfileFunction · 0.52
TestUpdateSystemUserFunction · 0.52
TestUserMethod · 0.52
TestWorkspacesSharedWithFunction · 0.52