MCPcopy Create free account
hub / github.com/SOUI2/soui / isString

Method isString

third-part/jsoncpp/src/lib_json/json_value.cpp:1412–1412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1410bool Value::isNumeric() const { return isDouble(); }
1411
1412bool Value::isString() const { return type_ == stringValue; }
1413
1414bool Value::isArray() const { return type_ == arrayValue; }
1415

Callers 1

checkIsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected