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

Method isString

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

Source from the content-addressed store, hash-verified

3807bool Value::isNumeric() const { return isDouble(); }
3808
3809bool Value::isString() const { return type() == stringValue; }
3810
3811bool Value::isArray() const { return type() == arrayValue; }
3812

Callers 5

GetStringValueFunction · 0.80
ProcessElementFunction · 0.80
GetDataElementsFunction · 0.80
ProcessJSONMethod · 0.80

Calls 1

typeEnum · 0.50

Tested by

no test coverage detected