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

Method isNull

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

Source from the content-addressed store, hash-verified

3693}
3694
3695bool Value::isNull() const { return type() == nullValue; }
3696
3697bool Value::isBool() const { return type() == booleanValue; }
3698

Callers 15

ProcessDataFieldsMethod · 0.45
ProcessColumnOrderingMethod · 0.45
ReadArrayFromStreamMethod · 0.45
ReadPNGFromStreamMethod · 0.45
GetPointFromJSONFunction · 0.45
ProcessElementFunction · 0.45
GetDataElementsFunction · 0.45
CanParseFileMethod · 0.45
ProcessJSONMethod · 0.45
ParseRootMethod · 0.45

Calls 1

typeEnum · 0.50

Tested by 1

performTestFunction · 0.36