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

Method utf16Data

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

Source from the content-addressed store, hash-verified

79 }
80
81 inline char16_t* utf16Data() {
82 return reinterpret_cast<char16_t*>(data());
83 }
84
85 inline const char16_t* utf16Data() const {
86 return reinterpret_cast<const char16_t*>(data());

Callers 3

toStringBoxMethod · 0.80
toStaticStringFunction · 0.80
TESTFunction · 0.80

Calls 1

dataFunction · 0.85

Tested by 1

TESTFunction · 0.64