MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / isObject

Method isObject

json/jsoncpp.cpp:3912–3912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3910bool Value::isArray() const { return type_ == arrayValue; }
3911
3912bool Value::isObject() const { return type_ == objectValue; }
3913
3914void Value::setComment(const char* comment,
3915 size_t len,

Callers 5

InspireWriteCallbackFunction · 0.80
parseMethod · 0.80
jsoncpp.cppFile · 0.80
resolveMethod · 0.80
isMultilineArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected