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

Method isActivated

app/src/Licensing/LemonSqueezy.cpp:126–129  ·  view source on GitHub ↗

* @brief Returns true when Pro is active via an online license or an imported * offline certificate; the single "is Pro activated" check used app-wide. */

Source from the content-addressed store, hash-verified

124 * offline certificate; the single "is Pro activated" check used app-wide.
125 */
126bool Licensing::LemonSqueezy::isActivated() const
127{
128 return m_activated || OfflineLicense::instance().isActivated();
129}
130
131/**
132 * @brief Returns true only for an online (LemonSqueezy) activation, ignoring offline.

Callers 9

deactivateMethod · 0.45
getStatusMethod · 0.45
TrialMethod · 0.45
trialAvailableMethod · 0.45
deactivateMethod · 0.45
activateLicenseMethod · 0.45
deactivateLicenseMethod · 0.45
hasProLicenseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected