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

Method index_of

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

Source from the content-addressed store, hash-verified

385 }
386
387 u64 text::index_of(const text_view& pattern, const u64 from, const u64 size) const noexcept
388 {
389 return this->view().index_of(pattern, from, size);
390 }
391
392 u64 text::last_index_of(const text_view& pattern, const u64 from, const u64 size) const noexcept
393 {

Callers 3

OpenProjectMethod · 0.45
format_integerFunction · 0.45
format_floatFunction · 0.45

Calls 1

viewMethod · 0.95

Tested by

no test coverage detected