MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / GetMaxUserId

Function GetMaxUserId

model/user.go:117–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117func GetMaxUserId() int {
118 var user User
119 DB.Unscoped().Last(&user)
120 return user.Id
121}
122
123func GetAllUsers(pageInfo *common.PageInfo) (users []*User, total int64, err error) {
124 // Start transaction

Callers 4

GitHubOAuthFunction · 0.92
OidcAuthFunction · 0.92
LinuxdoOAuthFunction · 0.92
WeChatAuthFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected