| 40 | } |
| 41 | |
| 42 | std::string User::GetToken() { |
| 43 | MutexLock locker(&mutex_); |
| 44 | return user_info_.token(); |
| 45 | } |
| 46 | |
| 47 | void User::ToMetaTableKeyValue(std::string* packed_key, std::string* packed_value) { |
| 48 | MutexLock locker(&mutex_); |
no outgoing calls
no test coverage detected