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

Method DestinationUri

FastCopy/RobocopyViewModel.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 return transformed;
57 }
58 winrt::Windows::Foundation::Uri RobocopyViewModel::DestinationUri()
59 {
60 return winrt::Windows::Foundation::Uri{
61 std::format(L"file://{}", backSlashToForwardSlash(m_destination))
62 };
63 }
64
65 winrt::hstring RobocopyViewModel::OperationString()
66 {

Callers 1

HyperlinkButton_ClickMethod · 0.80

Calls 1

backSlashToForwardSlashFunction · 0.85

Tested by

no test coverage detected