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

Method read_at

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

Source from the content-addressed store, hash-verified

421 }
422
423 codepoint text::read_at(const u64 index) const noexcept
424 {
425 return this->view().read_at(index);
426 }
427
428 codepoint text::operator[](const u64 index) const noexcept
429 {

Callers 15

text.cppFile · 0.80
operator[]Method · 0.80
format_integerFunction · 0.80
parse_runMethod · 0.80
produce_formatFunction · 0.80
operator==Method · 0.80
index_ofMethod · 0.80
last_index_ofMethod · 0.80
index_of_anyMethod · 0.80
last_index_of_anyMethod · 0.80
trim_startMethod · 0.80

Calls 1

viewMethod · 0.95

Tested by

no test coverage detected