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