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

Method isOnlineActivated

app/src/Licensing/LemonSqueezy.cpp:134–137  ·  view source on GitHub ↗

* @brief Returns true only for an online (LemonSqueezy) activation, ignoring offline. */

Source from the content-addressed store, hash-verified

132 * @brief Returns true only for an online (LemonSqueezy) activation, ignoring offline.
133 */
134bool Licensing::LemonSqueezy::isOnlineActivated() const noexcept
135{
136 return m_activated;
137}
138
139/**
140 * @brief Checks if the stored license key is valid in format.

Callers 2

deactivateMethod · 0.80
applyCertificateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected