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

Method isNull

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

Source from the content-addressed store, hash-verified

2652}
2653
2654bool Value::isNull() const { return type_ == nullValue; }
2655
2656bool Value::isBool() const { return type_ == booleanValue; }
2657

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected