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

Function LocalToWString

Tools/Tool.cpp:107–110  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

105
106 //-------------------------------------------------------------------------
107 std::wstring LocalToWString(const std::string& str)
108 {
109 return ToWString(CP_ACP, str);
110 }
111
112 //-------------------------------------------------------------------------
113 std::wstring Utf8ToWString(const std::string& str)

Callers 15

TESTFunction · 0.85
TESTFunction · 0.85
GetOutputFunction · 0.85
ToUft8WStringFunction · 0.85
ExportOptionParserMethod · 0.85
ParseOptionMethod · 0.85
GetExportTypeTextMethod · 0.85
GetPatternsFunction · 0.85
GetStartInfoFunction · 0.85
AddExcludedLineRegexesFunction · 0.85

Calls 1

ToWStringFunction · 0.70

Tested by 9

TESTFunction · 0.68
TESTFunction · 0.68
GetOutputFunction · 0.68
GetErrorMethod · 0.68
GetErrorMethod · 0.68
MutipleSourceParseFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68