Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
void CefStrBase::copy(std::u16string &to) const
80
{
81
to.assign((char16_t *)str, length);
82
}
83
84
std::string CefStrBase::to_utf8() const
85
{
Callers
2
_on_pre_key_event
Method · 0.80
_open
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected