Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
makeUTF8
Method · 0.80
TEST
Function · 0.80
valueToStaticString
Method · 0.80
Calls
1
data
Function · 0.85
Tested by
1
TEST
Function · 0.64