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

Method UseDestination

FastCopy/RobocopyViewModel.cpp:211–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 fileCompare.File1().Selected(value.GetBoolean());
210 }
211 winrt::Windows::Foundation::IReference<bool> RobocopyViewModel::UseDestination()
212 {
213 if (m_useDestinationCount == 0)
214 return false;
215 else if (m_useDestinationCount < m_duplicateFiles.Size())
216 return nullptr;
217 else
218 return true;
219 }
220 void RobocopyViewModel::UseDestination(winrt::Windows::Foundation::IReference<bool> value)
221 {
222 if (!value) return;

Callers

nothing calls this directly

Calls 3

SizeMethod · 0.80
File2Method · 0.80
SelectedMethod · 0.45

Tested by

no test coverage detected