| 101 | |
| 102 | template <typename TDerived> |
| 103 | inline JsonVariant VariantRefBase<TDerived>::getOrCreateVariant() const { |
| 104 | return JsonVariant(getOrCreateData(), getResourceManager()); |
| 105 | } |
| 106 | |
| 107 | template <typename TDerived> |
| 108 | template <typename T> |
nothing calls this directly
no test coverage detected