| 100 | } |
| 101 | |
| 102 | std::optional<std::string> NetworkService::getPassword() |
| 103 | { |
| 104 | return _password; |
| 105 | } |
| 106 | |
| 107 | bool NetworkService::createUser(std::string const& userName, std::string const& password, std::string const& email) |
| 108 | { |
no outgoing calls
no test coverage detected