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

Method isBool

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

Source from the content-addressed store, hash-verified

2654bool Value::isNull() const { return type_ == nullValue; }
2655
2656bool Value::isBool() const { return type_ == booleanValue; }
2657
2658bool Value::isInt() const {
2659 switch (type_) {

Callers 1

putMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected