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

Method RemoveDestination

FastCopy/RobocopyViewModel.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 void RemoveSource() { --m_useSourceCount; raisePropertyChange(L"UseSource"); }
52 void AddDestination() { ++m_useDestinationCount; raisePropertyChange(L"UseDestination"); }
53 void RemoveDestination() { --m_useDestinationCount; raisePropertyChange(L"UseDestination"); }
54
55 void ConfirmDuplicates();
56 bool CanContinue() { return m_canContinue; }

Calls

no outgoing calls

Tested by

no test coverage detected