MCPcopy 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

skr_lua_logFunction · 0.45

Calls 1

viewMethod · 0.95

Tested by

no test coverage detected