Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ starts_with
Method
starts_with
modules/core/core/src/string/OpenString/text.cpp:402–405 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
400
}
401
402
bool text::starts_with(const text_view& prefix) const noexcept
403
{
404
return this->view().starts_with(prefix);
405
}
406
407
bool text::ends_with(const text_view& suffix) const noexcept
408
{
Callers
4
GetRawPrimitiveAttributeView
Function · 0.45
getShaderStageFromTargetString
Function · 0.45
skr_lua_log
Function · 0.45
createMaterialBindTable
Method · 0.45
Calls
1
view
Method · 0.95
Tested by
no test coverage detected