MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / to_utf8

Method to_utf8

core/src/utils/cefstr.cc:84–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84std::string CefStrBase::to_utf8() const
85{
86 cef_string_utf8_t out{};
87 cef_string_to_utf8(str, length, &out);
88
89 std::string ret(out.str, out.length);
90 cef_string_utf8_clear(&out);
91 return ret;
92}
93
94std::u16string CefStrBase::to_utf16() const
95{

Callers 4

open_devtoolsMethod · 0.80
_openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected