MCPcopy Create free account
hub / github.com/SICKAG/sick_scan_xd / isMember

Method isMember

test/docker/jsoncpp/src/lib_json/json_value.cpp:1222–1225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1220}
1221
1222bool Value::isMember(char const* begin, char const* end) const {
1223 Value const* value = find(begin, end);
1224 return nullptr != value;
1225}
1226bool Value::isMember(char const* key) const {
1227 return isMember(key, key + strlen(key));
1228}

Callers 2

readObjectMethod · 0.80
parseJsonfileMethod · 0.80

Calls 3

findFunction · 0.85
dataMethod · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected