Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ ends_with
Method
ends_with
modules/core/core/src/string/OpenString/text.cpp:407–410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
405
}
406
407
bool text::ends_with(const text_view& suffix) const noexcept
408
{
409
return this->view().ends_with(suffix);
410
}
411
412
void text::empty() noexcept
413
{
Callers
2
CanImport
Method · 0.45
skr_lua_log
Function · 0.45
Calls
1
view
Method · 0.95
Tested by
no test coverage detected