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

Function ToUtf8String

Tools/Tool.cpp:101–104  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

99
100 //-------------------------------------------------------------------------
101 std::string ToUtf8String(const std::wstring& str)
102 {
103 return ToString(CP_UTF8, str);
104 }
105
106 //-------------------------------------------------------------------------
107 std::wstring LocalToWString(const std::string& str)

Callers 6

ToUft8WStringFunction · 0.85
ToStringFunction · 0.85
InitializeProtoBuffFromFunction · 0.85
TESTFunction · 0.85

Calls 1

ToStringFunction · 0.70

Tested by 1

TESTFunction · 0.68