MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / isNull

Method isNull

source/core/StarJson.cpp:850–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848}
849
850bool Json::isNull() const {
851 return type() == Type::Null;
852}
853
854Json::operator bool() const {
855 return !isNull();

Callers 1

jsonMergeNullingFunction · 0.45

Calls 1

typeFunction · 0.50

Tested by

no test coverage detected