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

Method SpeedText

FastCopy/RobocopyViewModel.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 return percent;
123 }
124 winrt::hstring RobocopyViewModel::SpeedText()
125 {
126 return ReadableUnitConverter::Speed::ToString<wchar_t>(m_bytesPerSec).data();
127 }
128 winrt::Windows::Foundation::IAsyncAction RobocopyViewModel::Start()
129 {
130 if (!m_recordFile)

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected