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

Method isNull

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

Source from the content-addressed store, hash-verified

1352}
1353
1354bool Value::isNull() const { return type_ == nullValue; }
1355
1356bool Value::isBool() const { return type_ == booleanValue; }
1357

Callers 10

checkIsMethod · 0.45
test_server.cppFile · 0.45
test_client.cppFile · 0.45
ValidateResponseMethod · 0.45
HasErrorMethod · 0.45
addCallMethod · 0.45
ValidateRequestFieldsMethod · 0.45
ValidateRequestFieldsMethod · 0.45
WrapErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected