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

Method isNumber

valdi_core/src/valdi_core/cpp/Utils/Value.cpp:742–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742bool Value::isNumber() const noexcept {
743 return _type == ValueType::Int || _type == ValueType::Double || _type == ValueType::Long ||
744 _type == ValueType::Bool;
745}
746
747bool Value::isNull() const noexcept {
748 return _type == ValueType::Null;

Callers 2

operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected