MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / isMember

Method isMember

src/share/jsoncpp/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 15

getBoolValueFromJSONFunction · 0.80
onWizBoxResponseMethod · 0.80
checkServerLicenceMethod · 0.80
updateLocalTemplatesMethod · 0.80
onlineSearchOnlyMethod · 0.80
postBlockedMethod · 0.80
isAdMethod · 0.80
readObjectMethod · 0.80
parseCheckResultMethod · 0.80
on_btn_yes_clickedMethod · 0.80

Calls 2

lengthMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected