MCPcopy 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
187func (db *DB) Users() *UsersStore {
188 return newUsersStore(db.db)
189}

Callers 15

GetMembersMethod · 0.80
CreateOrganizationFunction · 0.80
DeleteOrganizationFunction · 0.80
RemoveOrgUserFunction · 0.80
IsFollowingMethod · 0.80
loadAttributesMethod · 0.80
GetStatisticFunction · 0.80
PushUpdateFunction · 0.80
MergeMethod · 0.80
AvatarLinkMethod · 0.80
DeleteTeamFunction · 0.80
GetAssigneeByIDMethod · 0.80

Calls 1

newUsersStoreFunction · 0.85

Tested by 1

TestWebhookFunction · 0.64