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

Method InsertUser

admin/database/database.go:134–134  ·  view source on GitHub ↗
(ctx context.Context, opts *InsertUserOptions)

Source from the content-addressed store, hash-verified

132 FindUserByEmail(ctx context.Context, email string) (*User, error)
133 FindUserWithAttributes(ctx context.Context, userID, orgID string) (*User, map[string]any, error)
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

Callers 8

CreateOrUpdateUserMethod · 0.65
testOrgsWithPaginationFunction · 0.65
testManagedGitReposFunction · 0.65
testAttributeValidationFunction · 0.65
seedFunction · 0.65

Calls

no outgoing calls

Tested by 7

testOrgsWithPaginationFunction · 0.52
testManagedGitReposFunction · 0.52
testAttributeValidationFunction · 0.52
seedFunction · 0.52