MCPcopy Create free account
hub / github.com/Samsung/UTopia / isMember

Method isMember

external/jsoncpp/jsoncpp.cpp:3623–3626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3621#endif
3622
3623bool Value::isMember(char const *begin, char const *end) const {
3624 Value const *value = find(begin, end);
3625 return nullptr != value;
3626}
3627bool Value::isMember(char const *key) const {
3628 return isMember(key, key + strlen(key));
3629}

Callers 13

fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
APICallMethod · 0.80
UnittestMethod · 0.80
FunctionNodeMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80
fromJsonMethod · 0.80

Calls 2

dataMethod · 0.80
lengthMethod · 0.80

Tested by 1

UnittestMethod · 0.64