Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gogs/gogs
/ Users
Method
Users
internal/database/database.go:187–189 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
185
}
186
187
func
(db *DB) Users() *UsersStore {
188
return
newUsersStore(db.db)
189
}
Callers
15
GetMembers
Method · 0.80
CreateOrganization
Function · 0.80
DeleteOrganization
Function · 0.80
RemoveOrgUser
Function · 0.80
IsFollowing
Method · 0.80
loadAttributes
Method · 0.80
GetStatistic
Function · 0.80
PushUpdate
Function · 0.80
Merge
Method · 0.80
AvatarLink
Method · 0.80
DeleteTeam
Function · 0.80
GetAssigneeByID
Method · 0.80
Calls
1
newUsersStore
Function · 0.85
Tested by
1
TestWebhook
Function · 0.64