MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / operator*

Method operator*

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

Source from the content-addressed store, hash-verified

153 }
154
155 codepoint text::iterator::operator*() const noexcept
156 {
157 return this->get_codepoint();
158 }
159
160 text::iterator::codepoint_accessor text::iterator::operator*() noexcept
161 {

Callers

nothing calls this directly

Calls 1

get_codepointMethod · 0.45

Tested by

no test coverage detected