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

Method raw_size

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

Source from the content-addressed store, hash-verified

142 }
143
144 u64 text::iterator::raw_size() const noexcept
145 {
146 return this->size;
147 }
148
149 codepoint text::iterator::get_codepoint() const noexcept
150 {

Callers 2

beginMethod · 0.45
text.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected