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

Method utf8StringView

valdi_core/src/valdi_core/cpp/Utils/StaticString.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37std::string_view StaticString::utf8StringView() const {
38 return std::string_view(utf8Data(), size());
39}
40
41std::u16string_view StaticString::utf16StringView() const {
42 return std::u16string_view(utf16Data(), size());

Callers 6

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

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected