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

Method Type>

UnitTest/UnitTest.cpp:31–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30 template<>
31 static std::wstring ToString<Path::Type>(Path::Type const& type)
32 {
33 switch (type)
34 {
35 case Path::Type::File: return L"File";
36 case Path::Type::Folder: return L"Folder";
37 default: throw std::exception{};
38 }
39 }
40}
41
42using namespace Microsoft::VisualStudio::CppUnitTestFramework;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected