MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / ToUft8WString

Function ToUft8WString

Exporter/CoberturaExporter.cpp:48–53  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

46
47 //-------------------------------------------------------------------------
48 std::wstring ToUft8WString(const fs::path& path)
49 {
50 auto str = Tools::ToUtf8String(path.wstring());
51 auto utf8Str = Tools::LocalToWString(str);
52 return utf8Str;
53 }
54
55 //-------------------------------------------------------------------------
56 void SetCoverage(

Callers 2

FillFileTreeFunction · 0.85
FillCoverageTreeFunction · 0.85

Calls 2

ToUtf8StringFunction · 0.85
LocalToWStringFunction · 0.85

Tested by

no test coverage detected