MCPcopy Create free account
hub / github.com/cinder/Cinder / isString

Method isString

src/jsoncpp/jsoncpp.cpp:2710–2710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2708bool Value::isNumeric() const { return isIntegral() || isDouble(); }
2709
2710bool Value::isString() const { return type_ == stringValue; }
2711
2712bool Value::isArray() const { return type_ == arrayValue; }
2713

Callers 5

initMethod · 0.80
underscore.min.jsFile · 0.80
path2dpart3.jsFile · 0.80
path2dpart2.jsFile · 0.80
path2dpart1.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected