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

Method Mode>

UnitTest/UnitTest.cpp:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{
19 template<>
20 static std::wstring ToString<winrt::FastCopy::Mode>(winrt::FastCopy::Mode const& mode)
21 {
22 switch (mode)
23 {
24 case winrt::FastCopy::Mode::Copy: return L"Copy";
25 case winrt::FastCopy::Mode::Move: return L"Move";
26 default: throw std::exception{};
27 }
28 }
29
30 template<>
31 static std::wstring ToString<Path::Type>(Path::Type const& type)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected