Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3807
bool Value::isNumeric() const { return isDouble(); }
3808
3809
bool Value::isString() const { return type() == stringValue; }
3810
3811
bool Value::isArray() const { return type() == arrayValue; }
3812
Callers
5
GetStringValue
Function · 0.80
ProcessElement
Function · 0.80
GetDataElements
Function · 0.80
ProcessJSON
Method · 0.80
ExtractGeoJSONFeatureGeometry
Method · 0.80
Calls
1
type
Enum · 0.50
Tested by
no test coverage detected