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

Method encoding

valdi_core/src/valdi_core/cpp/Utils/StaticString.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23StaticString::Encoding StaticString::encoding() const {
24 return _encoding;
25}
26
27const void* StaticString::data() const {
28 StaticStringAllocator allocator;

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected