MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / finishedOperationString

Method finishedOperationString

FastCopy/RobocopyViewModel.cpp:360–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358 }
359
360 winrt::hstring RobocopyViewModel::finishedOperationString()
361 {
362 switch (m_recordFile->GetOperation())
363 {
364 case CopyOperation::Copy: return GetStringResource(L"Copied");
365 case CopyOperation::Move: return GetStringResource(L"Moved");
366 case CopyOperation::Delete: return GetStringResource(L"Deleted");
367 }
368 }
369
370 void RobocopyViewModel::raiseProgressChange()
371 {

Callers

nothing calls this directly

Calls 2

GetStringResourceFunction · 0.85
GetOperationMethod · 0.80

Tested by

no test coverage detected