///////////////////////////////////////////////////////
| 475 | |
| 476 | //////////////////////////////////////////////////////////// |
| 477 | Sftp::Result::Result(Value value, std::string message) : m_value(value), m_message(std::move(message)) |
| 478 | { |
| 479 | } |
| 480 | |
| 481 | |
| 482 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected