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

Method isArray

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

Source from the content-addressed store, hash-verified

1468bool Value::isString() const { return type_ == stringValue; }
1469
1470bool Value::isArray() const { return type_ == arrayValue; }
1471
1472bool Value::isObject() const { return type_ == objectValue; }
1473

Callers 15

parseMethod · 0.80
isMultilineArrayMethod · 0.80
json_value.cppFile · 0.80
resolveMethod · 0.80
checkIsMethod · 0.80
jquery.jsFile · 0.80
fbFunction · 0.80
xbFunction · 0.80
underscore.jsFile · 0.80
jquery-3.1.0.jsFile · 0.80
propFilterFunction · 0.80

Calls

no outgoing calls

Tested by 2

GetProcedureMethod · 0.64