///////////////////////////////////////////////////////
| 517 | |
| 518 | //////////////////////////////////////////////////////////// |
| 519 | Sftp::AttributesResult::AttributesResult(const Result& result, Attributes attributes) : Sftp::Result(result) |
| 520 | { |
| 521 | if (isOk()) |
| 522 | m_attributes = std::move(attributes); |
| 523 | } |
| 524 | |
| 525 | |
| 526 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected