Returns true if value is valid.
| 144 | /// Returns true if value is valid. |
| 145 | /// </summary> |
| 146 | FORCE_INLINE bool IsValid() const |
| 147 | { |
| 148 | return Type != VariantType::Types::Null; |
| 149 | } |
| 150 | |
| 151 | /// <summary> |
| 152 | /// Returns true if value is invalid. |
no outgoing calls
no test coverage detected