MCPcopy Create free account
hub / github.com/Illumina/hap.py / isMember

Method isMember

external/jsoncpp/jsoncpp.cpp:2585–2588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2583#endif
2584
2585bool Value::isMember(const char *key) const {
2586 const Value *value = &((*this)[key]);
2587 return value != &null;
2588}
2589
2590bool Value::isMember(const std::string &key) const {
2591 return isMember(key.c_str());

Callers 10

readMethod · 0.80
addMethod · 0.80
getInfoIntMethod · 0.80
getInfoFloatMethod · 0.80
getInfoStringMethod · 0.80
getInfoFlagMethod · 0.80
advanceMethod · 0.80
advanceMethod · 0.80
advanceMethod · 0.80
mainFunction · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected