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

Method isNullOrUndefined

valdi_core/src/valdi_core/cpp/Utils/Value.cpp:755–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755bool Value::isNullOrUndefined() const noexcept {
756 return isNull() || isUndefined();
757}
758
759bool Value::isBool() const noexcept {
760 return _type == ValueType::Bool;

Callers 7

unmarshallMethod · 0.45
unmarshallMethod · 0.45
unmarshallOptionalFunction · 0.45
unmarshallOptionalPtrFunction · 0.45
unmarshallMethod · 0.45

Calls 1

isUndefinedFunction · 0.50

Tested by

no test coverage detected