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

Method end

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

Source from the content-addressed store, hash-verified

228 }
229
230 text::iterator text::end() noexcept
231 {
232 return iterator{ *this, global_constant::INDEX_INVALID, global_constant::SIZE_INVALID };
233 }
234
235 text::const_iterator text::end() const noexcept
236 {

Callers 15

compile_projectFunction · 0.45
LoadImporterMethod · 0.45
GetImporterVersionMethod · 0.45
AddFileDependencyMethod · 0.45
AddRuntimeDependencyMethod · 0.45
AddStaticDependencyMethod · 0.45
GetCookerMethod · 0.45
GetAssetRecordMethod · 0.45
ParallelForEachAssetMethod · 0.45
GetAssetRecordMethod · 0.45
GetJointSettingFunction · 0.45
DecimateFunction · 0.45

Calls 1

viewMethod · 0.95

Tested by

no test coverage detected