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

Function Utf8ToWString

Tools/Tool.cpp:113–116  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

111
112 //-------------------------------------------------------------------------
113 std::wstring Utf8ToWString(const std::string& str)
114 {
115 return ToWString(CP_UTF8, str);
116 }
117
118 //-------------------------------------------------------------------------
119 boost::optional<std::wstring> Try(std::function<void()> action)

Callers 3

InitCoverageDataFromFunction · 0.85
DeserializeFromStreamFunction · 0.85
TESTFunction · 0.85

Calls 1

ToWStringFunction · 0.70

Tested by 1

TESTFunction · 0.68