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

Method begin

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

Source from the content-addressed store, hash-verified

218 }
219
220 text::iterator text::begin() noexcept
221 {
222 return iterator{ *this, 0, this->cbegin().raw_size() };
223 }
224
225 text::const_iterator text::begin() const noexcept
226 {

Callers 14

compile_projectFunction · 0.45
AddFileDependencyMethod · 0.45
AddRuntimeDependencyMethod · 0.45
AddStaticDependencyMethod · 0.45
ParallelForEachAssetMethod · 0.45
SampleAnimationFunction · 0.45
SampleChannelFunction · 0.45
ImportMethod · 0.45
GetSkinsForSceneMethod · 0.45
CookMethod · 0.45
CookMethod · 0.45
eraseMethod · 0.45

Calls 3

cbeginMethod · 0.95
viewMethod · 0.95
raw_sizeMethod · 0.45

Tested by

no test coverage detected