| 181 | m_status = Status::Pause; |
| 182 | } |
| 183 | void RobocopyViewModel::Cancel() |
| 184 | { |
| 185 | m_status = Status::Cancel; |
| 186 | } |
| 187 | void RobocopyViewModel::OnUpdateCopySpeed(ProcessIoCounter::IOCounterDiff diff) |
| 188 | { |
| 189 | m_bytesPerSec = ReadableUnitConverter::Speed::BytesPerSec(diff.read, diff.duration); |
nothing calls this directly
no outgoing calls
no test coverage detected