* @brief Resets the current token to an invalid empty state. */
| 80 | * @brief Resets the current token to an invalid empty state. |
| 81 | */ |
| 82 | void Licensing::CommercialToken::clearCurrent() |
| 83 | { |
| 84 | s_currentToken = CommercialToken(); |
| 85 | } |
| 86 | |
| 87 | //-------------------------------------------------------------------------------------------------- |
| 88 | // Validation |
nothing calls this directly
no test coverage detected