MCPcopy Create free account
hub / github.com/ValveSoftware/Proton / isMember

Method isMember

vrclient_x64/jsoncpp.cpp:3633–3637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3631#endif
3632
3633bool Value::isMember(char const* key, char const* cend) const
3634{
3635 Value const* value = find(key, cend);
3636 return NULL != value;
3637}
3638bool Value::isMember(char const* key) const
3639{
3640 return isMember(key, key + strlen(key));

Callers 3

json_convert_pathsFunction · 0.80
readObjectMethod · 0.80

Calls 3

dataMethod · 0.80
lengthMethod · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected