MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / last_index_of

Method last_index_of

modules/core/core/src/string/OpenString/text.cpp:392–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390 }
391
392 u64 text::last_index_of(const text_view& pattern, const u64 from, const u64 size) const noexcept
393 {
394 return this->view().last_index_of(pattern, from, size);
395 }
396
397 u64 text::count(const text_view& pattern, const u64 from, const u64 size) const noexcept
398 {

Callers

nothing calls this directly

Calls 1

viewMethod · 0.95

Tested by

no test coverage detected