| 96 | |
| 97 | template <typename TDerived> |
| 98 | inline JsonVariant VariantRefBase<TDerived>::getVariant() const { |
| 99 | return JsonVariant(getData(), getResourceManager()); |
| 100 | } |
| 101 | |
| 102 | template <typename TDerived> |
| 103 | inline JsonVariant VariantRefBase<TDerived>::getOrCreateVariant() const { |
nothing calls this directly
no test coverage detected