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

Method isBool

valdi_core/src/valdi_core/cpp/Utils/Value.cpp:759–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759bool Value::isBool() const noexcept {
760 return _type == ValueType::Bool;
761}
762
763bool Value::isDouble() const noexcept {
764 return _type == ValueType::Double;

Callers 10

TESTFunction · 0.80
TESTFunction · 0.80
valueToBoolMethod · 0.80
valueToDoubleMethod · 0.80
getValueTypeMethod · 0.80
toJSValueRefMethod · 0.80
deserializeTestCasesFunction · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
deserializeTestCasesFunction · 0.64