MCPcopy Create free account
hub / github.com/Kitware/VTK / isMember

Method isMember

ThirdParty/jsoncpp/vtkjsoncpp/jsoncpp.cpp:3663–3666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3661}
3662
3663bool Value::isMember(char const* begin, char const* end) const {
3664 Value const* value = find(begin, end);
3665 return nullptr != value;
3666}
3667bool Value::isMember(char const* key) const {
3668 return isMember(key, key + strlen(key));
3669}

Callers 9

ProcessJSONMethod · 0.80
ProcessGeometryMethod · 0.80
ReadArrayFromStreamMethod · 0.80
ProcessElementFunction · 0.80
SetFileNamesMethod · 0.80
readObjectMethod · 0.80
InternalParseJSONMethod · 0.80
entryMethod · 0.80

Calls 3

findFunction · 0.50
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected