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

Method isObject

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

Source from the content-addressed store, hash-verified

1470bool Value::isArray() const { return type_ == arrayValue; }
1471
1472bool Value::isObject() const { return type_ == objectValue; }
1473
1474void Value::setComment(const char* comment,
1475 size_t len,

Callers 15

parseMethod · 0.45
isMultilineArrayMethod · 0.45
json_value.cppFile · 0.45
resolveMethod · 0.45
checkIsMethod · 0.45
underscore.jsFile · 0.45
underscore.jsFile · 0.45
test_common.cppFile · 0.45
ValidateResponseMethod · 0.45
CallProceduresMethod · 0.45

Calls

no outgoing calls

Tested by 1

GetProcedureMethod · 0.36