Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ is_empty
Method
is_empty
modules/core/core/src/string/OpenString/text.cpp:275–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
bool text::is_empty() const noexcept
276
{
277
return this->sequence_.is_empty();
278
}
279
280
bool text::operator==(const text_view& rhs) const noexcept
281
{
Callers
4
split
Method · 0.45
text.cpp
File · 0.45
format_integer
Function · 0.45
format_float
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected