MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / clearCurrent

Method clearCurrent

app/src/Licensing/CommercialToken.cpp:82–85  ·  view source on GitHub ↗

* @brief Resets the current token to an invalid empty state. */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

CommercialTokenClass · 0.85

Tested by

no test coverage detected