Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
36
func
newUsersStore(db *gorm.DB) *UsersStore {
37
return
&UsersStore{db: db}
38
}
39
40
type
ErrLoginSourceMismatch
struct
{
41
args errutil.Args
Callers
15
actionsCommitRepo
Function · 0.85
actionsMergePullRequest
Function · 0.85
actionsMirrorSyncCreate
Function · 0.85
actionsMirrorSyncDelete
Function · 0.85
actionsMirrorSyncPush
Function · 0.85
actionsNewRepo
Function · 0.85
actionsPushTag
Function · 0.85
actionsRenameRepo
Function · 0.85
actionsTransferRepo
Function · 0.85
Users
Method · 0.85
loginSourcesDeleteByID
Function · 0.85
MarkEmailActivated
Method · 0.85
Calls
no outgoing calls
Tested by
15
actionsCommitRepo
Function · 0.68
actionsMergePullRequest
Function · 0.68
actionsMirrorSyncCreate
Function · 0.68
actionsMirrorSyncDelete
Function · 0.68
actionsMirrorSyncPush
Function · 0.68
actionsNewRepo
Function · 0.68
actionsPushTag
Function · 0.68
actionsRenameRepo
Function · 0.68
actionsTransferRepo
Function · 0.68
loginSourcesDeleteByID
Function · 0.68
usersFollow
Function · 0.68
usersIsFollowing
Function · 0.68