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

Method cend

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

Source from the content-addressed store, hash-verified

243 }
244
245 text::const_iterator text::cend() const noexcept
246 {
247 return this->view().cend();
248 }
249
250 codeunit_sequence& text::raw() & noexcept
251 {

Callers 4

attribute_from_stringFunction · 0.45
text.cppFile · 0.45
format_integerFunction · 0.45
format_floatFunction · 0.45

Calls 1

viewMethod · 0.95

Tested by

no test coverage detected