MCPcopy Create free account
hub / github.com/Snapchat/Valdi / utf32Data

Method utf32Data

valdi_core/src/valdi_core/cpp/Utils/StaticString.hpp:89–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 inline char32_t* utf32Data() {
90 return reinterpret_cast<char32_t*>(data());
91 }
92
93 inline const char32_t* utf32Data() const {
94 return reinterpret_cast<const char32_t*>(data());

Callers 1

TESTFunction · 0.80

Calls 1

dataFunction · 0.85

Tested by 1

TESTFunction · 0.64