Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ view
Method
view
modules/core/core/src/string/OpenString/text.cpp:265–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
}
264
265
text_view text::view() const noexcept
266
{
267
return this->sequence_.view();
268
}
269
270
u64 text::size() const noexcept
271
{
Callers
15
begin
Method · 0.95
end
Method · 0.95
cbegin
Method · 0.95
cend
Method · 0.95
size
Method · 0.95
operator==
Method · 0.95
operator!=
Method · 0.95
subview
Method · 0.95
index_of
Method · 0.95
last_index_of
Method · 0.95
count
Method · 0.95
starts_with
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected