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

Method SizeText

FastCopy/RobocopyViewModel.cpp:287–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 }
286
287 winrt::hstring RobocopyViewModel::SizeText()
288 {
289 return m_size == 0 ?
290 L"---" :
291 ReadableUnitConverter::Size::ToString<wchar_t>(m_size).data();
292 }
293 winrt::event_token RobocopyViewModel::Finished(winrt::Windows::Foundation::EventHandler<winrt::FastCopy::FinishState> const& handler)
294 {
295 return m_finishEvent.add(handler);

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected