MCPcopy Index your code
hub / github.com/rilldata/rill / UpdateUser

Method UpdateUser

admin/database/database.go:136–136  ·  view source on GitHub ↗
(ctx context.Context, id string, opts *UpdateUserOptions)

Source from the content-addressed store, hash-verified

134 InsertUser(ctx context.Context, opts *InsertUserOptions) (*User, error)
135 DeleteUser(ctx context.Context, id string) error
136 UpdateUser(ctx context.Context, id string, opts *UpdateUserOptions) (*User, error)
137 UpdateUserActiveOn(ctx context.Context, ids []string) error
138 CheckUsersEmpty(ctx context.Context) (bool, error)
139 FindSuperusers(ctx context.Context) ([]*User, error)

Callers 8

TestGithubDeployFunction · 0.65
CreateOrUpdateUserMethod · 0.65
UpdateUserPreferencesMethod · 0.65
SudoUpdateUserQuotasMethod · 0.65
githubConnectCallbackMethod · 0.65
githubAuthCallbackMethod · 0.65
userAccessTokenMethod · 0.65
TestUserFunction · 0.65

Calls

no outgoing calls

Tested by 2

TestGithubDeployFunction · 0.52
TestUserFunction · 0.52