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

Method copy

core/src/utils/cefstr.cc:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void CefStrBase::copy(std::u16string &to) const
80{
81 to.assign((char16_t *)str, length);
82}
83
84std::string CefStrBase::to_utf8() const
85{

Callers 2

_on_pre_key_eventMethod · 0.80
_openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected