| 110 | } |
| 111 | |
| 112 | bool LogError(const std::string& error) { |
| 113 | assert(false); |
| 114 | return false; |
| 115 | } |
| 116 | |
| 117 | const std::string connected_user() const { return user_string_; } |
| 118 | const std::string GetEffectiveUser() const { return user_string_; } |
no outgoing calls
no test coverage detected