///////////////////////////////////////////////////////
| 547 | |
| 548 | //////////////////////////////////////////////////////////// |
| 549 | Sftp::Sftp() : m_impl(std::make_unique<Impl>()) |
| 550 | { |
| 551 | } |
| 552 | |
| 553 | |
| 554 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected