MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / isMember

Method isMember

common/json/jsoncpp.cpp:3656–3660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3654#endif
3655
3656bool Value::isMember(char const* key, char const* cend) const
3657{
3658 Value const* value = find(key, cend);
3659 return NULL != value;
3660}
3661bool Value::isMember(char const* key) const
3662{
3663 return isMember(key, key + strlen(key));

Callers 5

GetVariableStringMethod · 0.80
GetVariableIntMethod · 0.80
GetVariableBoolMethod · 0.80
GetVariableDoubleMethod · 0.80
readObjectMethod · 0.80

Calls 4

findFunction · 0.85
dataMethod · 0.45
lengthMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected