Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_project
Function · 0.45
LoadImporter
Method · 0.45
GetImporterVersion
Method · 0.45
AddFileDependency
Method · 0.45
AddRuntimeDependency
Method · 0.45
AddStaticDependency
Method · 0.45
GetCooker
Method · 0.45
GetAssetRecord
Method · 0.45
ParallelForEachAsset
Method · 0.45
GetAssetRecord
Method · 0.45
GetJointSetting
Function · 0.45
Decimate
Function · 0.45
Calls
1
view
Method · 0.95
Tested by
no test coverage detected