Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ subview
Method
subview
modules/core/core/src/string/OpenString/text.cpp:364–367 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
362
}
363
364
text_view text::subview(const u64 from, const u64 size) const noexcept
365
{
366
return this->view().subview(from, size);
367
}
368
369
text& text::subtext(const u64 from, const u64 size) noexcept
370
{
Callers
4
OpenProject
Method · 0.45
get_codepoint
Method · 0.45
format_integer
Function · 0.45
format_float
Function · 0.45
Calls
1
view
Method · 0.95
Tested by
no test coverage detected