Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/tera
/ GetUserName
Method
GetUserName
src/master/user_manager.cc:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
std::string User::GetUserName() {
28
MutexLock locker(&mutex_);
29
return name_;
30
}
31
32
UserInfo User::GetUserInfo() {
33
MutexLock locker(&mutex_);
Callers
1
TokenToUserName
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected