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

Method ItemCount

FastCopy/RobocopyViewModel.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77 }
78 int RobocopyViewModel::ItemCount()
79 {
80 return m_recordFile.has_value() && m_countItemTask.is_done() ? m_recordFile->GetNumFiles() : 0;
81 }
82 int RobocopyViewModel::FinishedItemCount()
83 {
84 return m_finishedFiles;

Callers

nothing calls this directly

Calls 1

GetNumFilesMethod · 0.80

Tested by

no test coverage detected