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

Method RemoveSource

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

Source from the content-addressed store, hash-verified

49
50 void AddSource() { ++m_useSourceCount; raisePropertyChange(L"UseSource"); }
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

Calls

no outgoing calls

Tested by

no test coverage detected