Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_project
Function · 0.45
AddFileDependency
Method · 0.45
AddRuntimeDependency
Method · 0.45
AddStaticDependency
Method · 0.45
ParallelForEachAsset
Method · 0.45
SampleAnimation
Function · 0.45
SampleChannel
Function · 0.45
Import
Method · 0.45
GetSkinsForScene
Method · 0.45
Cook
Method · 0.45
Cook
Method · 0.45
erase
Method · 0.45
Calls
3
cbegin
Method · 0.95
view
Method · 0.95
raw_size
Method · 0.45
Tested by
no test coverage detected