MCPcopy Create free account
hub / github.com/Samsung/ONE / isNumeric

Method isNumeric

runtime/3rdparty/jsoncpp/jsoncpp.cpp:4088–4088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4086}
4087
4088bool Value::isNumeric() const { return isDouble(); }
4089
4090bool Value::isString() const { return type() == stringValue; }
4091

Callers 1

readFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected