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

Method utf32StringView

valdi_core/src/valdi_core/cpp/Utils/StaticString.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45std::u32string_view StaticString::utf32StringView() const {
46 return std::u32string_view(utf32Data(), size());
47}
48
49size_t StaticString::hash() const {
50 switch (encoding()) {

Callers 1

operator==Method · 0.80

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected