MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / isMember

Method isMember

Sources/Dependencies/jsoncpp/value.cpp:1392–1395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1390 }
1391
1392 bool Value::isMember(char const* begin, char const* end) const {
1393 Value const* value = find(begin, end);
1394 return nullptr != value;
1395 }
1396#ifdef JSONCPP_HAS_STRING_VIEW
1397 bool Value::isMember(std::string_view key) const {
1398 return isMember(key.data(), key.data() + key.length());

Callers 1

readObjectMethod · 0.80

Calls 2

dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected