Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/answer
/ GetUserCenter
Function
GetUserCenter
plugin/user_center.go:120–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
}
119
120
func
GetUserCenter() (uc UserCenter, ok bool) {
121
_ = CallUserCenter(
func
(fn UserCenter) error {
122
uc = fn
123
ok = true
124
return
nil
125
})
126
return
127
}
Callers
11
UpdateUserStatus
Method · 0.92
UserCenterLoginCallback
Method · 0.92
UserCenterSignUpCallback
Method · 0.92
GetUserCacheInfo
Method · 0.92
CheckUserStatusInUserCenter
Method · 0.92
UserCenterUserSettings
Method · 0.92
UserCenterAdminFunctionAgent
Method · 0.92
UserCenterPersonalBranding
Method · 0.92
BanAPIForUserCenter
Function · 0.92
tryToDecorateUserInfoFromUserCenter
Function · 0.92
tryToDecorateUserListFromUserCenter
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected