Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ read_at
Method
read_at
modules/core/core/src/string/OpenString/text.cpp:423–426 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
421
}
422
423
codepoint text::read_at(const u64 index) const noexcept
424
{
425
return this->view().read_at(index);
426
}
427
428
codepoint text::operator[](const u64 index) const noexcept
429
{
Callers
15
text.cpp
File · 0.80
operator[]
Method · 0.80
codeunit_sequence.cpp
File · 0.80
format_integer
Function · 0.80
parse_run
Method · 0.80
produce_format
Function · 0.80
operator==
Method · 0.80
index_of
Method · 0.80
last_index_of
Method · 0.80
index_of_any
Method · 0.80
last_index_of_any
Method · 0.80
trim_start
Method · 0.80
Calls
1
view
Method · 0.95
Tested by
no test coverage detected