MCPcopy Create free account
hub / github.com/Illumina/hap.py / isString

Method isString

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

Source from the content-addressed store, hash-verified

2738bool Value::isNumeric() const { return isIntegral() || isDouble(); }
2739
2740bool Value::isString() const { return type_ == stringValue; }
2741
2742bool Value::isArray() const { return type_ == arrayValue; }
2743

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected