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

Method isMember

src/jsoncpp.cpp:3634–3638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

readObjectMethod · 0.80
ParseStringListFromJsonFunction · 0.80
BLoadFromFileMethod · 0.80

Calls 2

dataMethod · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected