Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ cend
Method
cend
modules/core/core/src/string/OpenString/text.cpp:245–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
}
244
245
text::const_iterator text::cend() const noexcept
246
{
247
return this->view().cend();
248
}
249
250
codeunit_sequence& text::raw() & noexcept
251
{
Callers
4
attribute_from_string
Function · 0.45
text.cpp
File · 0.45
format_integer
Function · 0.45
format_float
Function · 0.45
Calls
1
view
Method · 0.95
Tested by
no test coverage detected