Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ text
Method
text
modules/core/core/src/string/OpenString/text.cpp:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
namespace ostr
7
{
8
text::text() noexcept = default;
9
text::text(const text&) noexcept = default;
10
text::text(text&&) noexcept = default;
11
text& text::operator=(const text&) noexcept = default;
Callers
nothing calls this directly
Calls
2
move
Function · 0.50
raw
Method · 0.45
Tested by
no test coverage detected