| 327 | ) || sourcePath.parent_path() == std::filesystem::path{ m_destination.data() }; |
| 328 | } |
| 329 | bool RobocopyViewModel::canUseShellCopy() const |
| 330 | { |
| 331 | return m_recordFile->GetOperation() == CopyOperation::Move && |
| 332 | ShellCopy::IsInSameDiskPartition(**m_iter, m_destination); |
| 333 | } |
| 334 | void RobocopyViewModel::onNormalRobocopyFinished() |
| 335 | { |
| 336 | if (m_hasDuplicates) |
nothing calls this directly
no test coverage detected