MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / isDouble

Method isDouble

edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:1462–1464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1460}
1461
1462bool Value::isDouble() const {
1463 return type_ == intValue || type_ == uintValue || type_ == realValue;
1464}
1465
1466bool Value::isNumeric() const { return isDouble(); }
1467

Callers 3

checkIsMethod · 0.80
test_common.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected