MCPcopy Create free account
hub / github.com/PlayFab/gsdk / isMember

Method isMember

cpp/cppsdk/jsoncpp.cpp:3729–3732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

JsonFileConfigurationMethod · 0.80
readObjectMethod · 0.80

Calls 2

dataMethod · 0.80
lengthMethod · 0.80

Tested by

no test coverage detected