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

Method isUndefined

valdi_core/src/valdi_core/cpp/Utils/Value.cpp:751–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749}
750
751bool Value::isUndefined() const noexcept {
752 return _type == ValueType::Undefined;
753}
754
755bool Value::isNullOrUndefined() const noexcept {
756 return isNull() || isUndefined();

Callers 15

unmarshallMethod · 0.45
operator<Method · 0.45
toValueMapMethod · 0.45
TEST_PMethod · 0.45
TESTFunction · 0.45
doParseFunction · 0.45
bindMethod · 0.45
jsObjectToValueFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_PMethod · 0.36
TESTFunction · 0.36