///////////////////////////////////////////////////////
| 502 | |
| 503 | //////////////////////////////////////////////////////////// |
| 504 | Sftp::PathResult::PathResult(const Result& result, std::filesystem::path path) : Sftp::Result(result) |
| 505 | { |
| 506 | if (isOk()) |
| 507 | m_path = std::move(path); |
| 508 | } |
| 509 | |
| 510 | |
| 511 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected