MCPcopy Create free account
hub / github.com/Samsung/UTopia / isString

Method isString

external/jsoncpp/jsoncpp.cpp:3800–3800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3798bool Value::isNumeric() const { return isDouble(); }
3799
3800bool Value::isString() const { return type() == stringValue; }
3801
3802bool Value::isArray() const { return type() == arrayValue; }
3803

Callers 2

fromJsonMethod · 0.80
fromJsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected