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

Method trialAvailable

app/src/Licensing/Trial.cpp:130–133  ·  view source on GitHub ↗

* @brief Checks if a trial can be started. */

Source from the content-addressed store, hash-verified

128 * @brief Checks if a trial can be started.
129 */
130bool Licensing::Trial::trialAvailable() const
131{
132 return !LemonSqueezy::instance().isActivated();
133}
134
135/**
136 * @brief Gets the number of days remaining in the active trial.

Callers 2

trialGetStatusMethod · 0.80
trialEnableMethod · 0.80

Calls 1

isActivatedMethod · 0.45

Tested by

no test coverage detected