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

Method isBool

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

Source from the content-addressed store, hash-verified

3686bool Value::isNull() const { return type() == nullValue; }
3687
3688bool Value::isBool() const { return type() == booleanValue; }
3689
3690bool Value::isInt() const {
3691 switch (type()) {

Callers 1

fromJsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected