MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / isNull

Method isNull

include/cpp/Variant.h:48–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48 inline bool isNull() const {
49 return (type==typeObject && !valObject) || (type==typeString && !valStringPtr); }
50 inline bool isNumeric() const;
51 inline bool isBool() const;
52 inline int asInt() const;

Callers 3

operator ==Method · 0.45
operator !=Method · 0.45
NullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected