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

Method isString

valdi_core/src/valdi_core/cpp/Utils/Value.cpp:775–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773}
774
775bool Value::isString() const noexcept {
776 return isInternedString() || isStaticString();
777}
778
779bool Value::isInternedString() const noexcept {
780 return _type == ValueType::InternedString;

Callers 5

unmarshallMethod · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected