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

Method utf16StringView

valdi_core/src/valdi_core/cpp/Utils/StaticString.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41std::u16string_view StaticString::utf16StringView() const {
42 return std::u16string_view(utf16Data(), size());
43}
44
45std::u32string_view StaticString::utf32StringView() const {
46 return std::u32string_view(utf32Data(), size());

Callers 5

unmarshallMethod · 0.80
operator==Method · 0.80
newJavaStringFunction · 0.80
staticStringTOJSValueFunction · 0.80

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected