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

Method isString

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

Source from the content-addressed store, hash-verified

4088bool Value::isNumeric() const { return isDouble(); }
4089
4090bool Value::isString() const { return type() == stringValue; }
4091
4092bool Value::isArray() const { return type() == arrayValue; }
4093

Callers 2

verify_tensorFunction · 0.80
readFunction · 0.80

Calls 1

typeFunction · 0.50

Tested by

no test coverage detected