MCPcopy Create free account
hub / github.com/SOUI2/soui / isBool

Method isBool

third-part/jsoncpp/src/lib_json/json_value.cpp:1304–1304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1302bool Value::isNull() const { return type_ == nullValue; }
1303
1304bool Value::isBool() const { return type_ == booleanValue; }
1305
1306bool Value::isInt() const {
1307 switch (type_) {

Callers 1

checkIsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected