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

Method isBool

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

Source from the content-addressed store, hash-verified

1354bool Value::isNull() const { return type_ == nullValue; }
1355
1356bool Value::isBool() const { return type_ == booleanValue; }
1357
1358bool Value::isInt() const {
1359 switch (type_) {

Callers 3

checkIsMethod · 0.80
test_common.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected