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

Method Source

FastCopy/RobocopyViewModel.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 return m_finishedFiles;
85 }
86 winrt::hstring RobocopyViewModel::Source()
87 {
88 if (m_countItemTask.is_done() && m_recordFile && m_iter && *m_iter >= m_recordFileBegin && *m_iter < m_recordFileEnd)
89 return std::filesystem::path{ **m_iter }.filename().wstring().data();
90 return L"---";
91 }
92 winrt::hstring RobocopyViewModel::Destination()
93 {
94 std::filesystem::path path{ std::wstring_view{m_destination }};

Callers 1

makeMenuFlyoutMethod · 0.80

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected