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

Method isMember

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

Source from the content-addressed store, hash-verified

3729#endif
3730
3731bool Value::isMember(char const* key, char const* cend) const {
3732 Value const* value = find(key, cend);
3733 return NULL != value;
3734}
3735bool Value::isMember(char const* key) const {
3736 return isMember(key, key + strlen(key));
3737}

Callers 1

readObjectMethod · 0.80

Calls 3

c_strMethod · 0.80
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected