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

Method onFallbackFinished

FastCopy/RobocopyViewModel.cpp:345–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343 onAllFinished();
344 }
345 void RobocopyViewModel::onFallbackFinished()
346 {
347 onAllFinished();
348 }
349 void RobocopyViewModel::onAllFinished()
350 {
351 auto formatString = GetStringResource(L"CopyFinishNotificationFormatString");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected