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

Method CheckUsersEmpty

admin/database/database.go:138–138  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

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)
140 UpdateSuperuser(ctx context.Context, userID string, superuser bool) error
141 CheckUserIsAnOrganizationMember(ctx context.Context, userID, orgID string) (bool, error)

Callers 1

CreateOrUpdateUserMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected