Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PenguLoader/PenguLoader
/ CefStrBase
Method
CefStrBase
core/src/utils/cefstr.cc:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
// utf16 string helpers
4
5
CefStrBase::CefStrBase() : cef_string_t{ (char16 *)u
""
, 0, nullptr }
6
{
7
}
8
9
bool CefStrBase::empty() const
10
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected