///////////////////////////////////////////////////////
| 89 | |
| 90 | //////////////////////////////////////////////////////////// |
| 91 | Ftp::Response::Response(Status code, std::string message) : m_status(code), m_message(std::move(message)) |
| 92 | { |
| 93 | } |
| 94 | |
| 95 | |
| 96 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected