///////////////////////////////////////////////////////
| 532 | |
| 533 | //////////////////////////////////////////////////////////// |
| 534 | Sftp::ListingResult::ListingResult(const Result& result, std::vector<Attributes> listing) : Sftp::Result(result) |
| 535 | { |
| 536 | if (isOk()) |
| 537 | m_listing = std::move(listing); |
| 538 | } |
| 539 | |
| 540 | |
| 541 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected