MCPcopy Create free account
hub / github.com/Illumina/paragraph / isBool

Method isBool

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

Source from the content-addressed store, hash-verified

3771bool Value::isNull() const { return type_ == nullValue; }
3772
3773bool Value::isBool() const { return type_ == booleanValue; }
3774
3775bool Value::isInt() const {
3776 switch (type_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected