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

Method isObject

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

Source from the content-addressed store, hash-verified

3811bool Value::isArray() const { return type() == arrayValue; }
3812
3813bool Value::isObject() const { return type() == objectValue; }
3814
3815Value::Comments::Comments(const Comments& that)
3816 : ptr_{cloneUnique(that.ptr_)} {}

Callers 10

ReadArrayFromStreamMethod · 0.80
ReadPNGFromStreamMethod · 0.80
PrintMemberNamesFunction · 0.80
ProcessElementFunction · 0.80
RequestDataMethod · 0.80
parseMethod · 0.80
jsoncpp.cppFile · 0.80
resolveMethod · 0.80
isMultilineArrayMethod · 0.80

Calls 1

typeEnum · 0.50

Tested by

no test coverage detected