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

Method raw

modules/core/core/src/string/OpenString/text.cpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 codeunit_sequence text::raw() && noexcept
261 {
262 return std::forward<codeunit_sequence>(this->sequence_);
263 }
264
265 text_view text::view() const noexcept
266 {

Callers 15

OpenProjectMethod · 0.45
AddCookTaskMethod · 0.45
sinkMethod · 0.45
writeMethod · 0.45
pushMethod · 0.45
make_guidFunction · 0.45
textMethod · 0.45
text.cppFile · 0.45
decodeMethod · 0.45
FromStringMethod · 0.45
HashFunction · 0.45
NameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected