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

Method isInt

valdi_core/src/valdi_core/cpp/Utils/Value.cpp:767–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765}
766
767bool Value::isInt() const noexcept {
768 return _type == ValueType::Int;
769}
770
771bool Value::isLong() const noexcept {
772 return _type == ValueType::Long;

Callers 4

jsonValueToValueFunction · 0.80
TESTFunction · 0.80
isIndexedMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64