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

Function ToLocalString

Tools/Tool.cpp:95–98  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

93
94 //-------------------------------------------------------------------------
95 std::string ToLocalString(const std::wstring& str)
96 {
97 return ToString(CP_ACP, str);
98 }
99
100 //-------------------------------------------------------------------------
101 std::string ToUtf8String(const std::wstring& str)

Callers 13

LineFilterMethod · 0.85
ReadTemplateMethod · 0.85
RunCoverageForFunction · 0.85
StartMethod · 0.85
ParseOptionMethod · 0.85
AddOptionMethod · 0.85
ParseFunction · 0.85
MutipleSourceParseFunction · 0.85
CheckExportPluginParserFunction · 0.85
TESTFunction · 0.85
RunChildProcessesFunction · 0.85

Calls 1

ToStringFunction · 0.70

Tested by 7

ReadTemplateMethod · 0.68
RunCoverageForFunction · 0.68
ParseFunction · 0.68
MutipleSourceParseFunction · 0.68
CheckExportPluginParserFunction · 0.68
TESTFunction · 0.68
RunChildProcessesFunction · 0.68