MCPcopy 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

6namespace 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

moveFunction · 0.50
rawMethod · 0.45

Tested by

no test coverage detected