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

Method Finished

FastCopy/RobocopyViewModel.cpp:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
296 }
297 void RobocopyViewModel::Finished(winrt::event_token const& token) noexcept
298 {
299 m_finishEvent.remove(token);

Callers 1

normalLaunchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected