* @brief Returns the feature tier derived from the license variant. */
| 116 | * @brief Returns the feature tier derived from the license variant. |
| 117 | */ |
| 118 | Licensing::FeatureTier Licensing::CommercialToken::featureTier() const noexcept |
| 119 | { |
| 120 | return m_tier; |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * @brief Returns the number of days the token remains valid offline. |
no outgoing calls
no test coverage detected