MCPcopy 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
27std::string User::GetUserName() {
28 MutexLock locker(&mutex_);
29 return name_;
30}
31
32UserInfo User::GetUserInfo() {
33 MutexLock locker(&mutex_);

Callers 1

TokenToUserNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected