MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / raw

Method raw

modules/core/core/include/OpenString/unicode.h:379–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 }
378
379 [[nodiscard]] constexpr const ochar8_t* raw() const noexcept
380 {
381 return this->sequence.data();
382 }
383
384 [[nodiscard]] constexpr u64 size() const noexcept
385 {

Callers 11

operator()Method · 0.45
operator()Method · 0.45
view_sequence<text_view>Function · 0.45
view_sequence<text>Function · 0.45
joinMethod · 0.45
produceMethod · 0.45
produceMethod · 0.45
text_viewFunction · 0.45
try_as_integerFunction · 0.45
make_guid_unsafeFunction · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected