MCPcopy Index your code
hub / github.com/gogs/gogs / newUsersStore

Function newUsersStore

internal/database/users.go:36–38  ·  view source on GitHub ↗
(db *gorm.DB)

Source from the content-addressed store, hash-verified

34}
35
36func newUsersStore(db *gorm.DB) *UsersStore {
37 return &UsersStore{db: db}
38}
39
40type ErrLoginSourceMismatch struct {
41 args errutil.Args

Callers 15

actionsCommitRepoFunction · 0.85
actionsMergePullRequestFunction · 0.85
actionsMirrorSyncCreateFunction · 0.85
actionsMirrorSyncDeleteFunction · 0.85
actionsMirrorSyncPushFunction · 0.85
actionsNewRepoFunction · 0.85
actionsPushTagFunction · 0.85
actionsRenameRepoFunction · 0.85
actionsTransferRepoFunction · 0.85
UsersMethod · 0.85
loginSourcesDeleteByIDFunction · 0.85
MarkEmailActivatedMethod · 0.85

Calls

no outgoing calls

Tested by 15

actionsCommitRepoFunction · 0.68
actionsMergePullRequestFunction · 0.68
actionsMirrorSyncCreateFunction · 0.68
actionsMirrorSyncDeleteFunction · 0.68
actionsMirrorSyncPushFunction · 0.68
actionsNewRepoFunction · 0.68
actionsPushTagFunction · 0.68
actionsRenameRepoFunction · 0.68
actionsTransferRepoFunction · 0.68
loginSourcesDeleteByIDFunction · 0.68
usersFollowFunction · 0.68
usersIsFollowingFunction · 0.68