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

Method GetTotalSize

FastCopy/RobocopyViewModel.cpp:273–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 }
272
273 winrt::Windows::Foundation::IAsyncOperation<uint64_t> RobocopyViewModel::GetTotalSize()
274 {
275 //auto result = co_await concurrency::create_task([this]()->winrt::Windows::Foundation::IAsyncA
276 //if(m_countItemTask)
277
278 co_return m_recordFile ? m_recordFile->GetTotalSize() : 0;
279 }
280
281 RobocopyViewModel::~RobocopyViewModel()
282 {

Callers 1

RecordFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected