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

Method utf8Data

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

Source from the content-addressed store, hash-verified

71 void* data();
72
73 inline char* utf8Data() {
74 return reinterpret_cast<char*>(data());
75 }
76
77 inline const char* utf8Data() const {
78 return reinterpret_cast<const char*>(data());

Callers 3

makeUTF8Method · 0.80
TESTFunction · 0.80
valueToStaticStringMethod · 0.80

Calls 1

dataFunction · 0.85

Tested by 1

TESTFunction · 0.64