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

Method firstRun

app/src/Licensing/Trial.cpp:106–109  ·  view source on GitHub ↗

* @brief Checks whether the user has ever started a trial. */

Source from the content-addressed store, hash-verified

104 * @brief Checks whether the user has ever started a trial.
105 */
106bool Licensing::Trial::firstRun() const
107{
108 return !m_deviceRegistered && !m_trialEnabled && trialAvailable();
109}
110
111/**
112 * @brief Checks whether a trial period is currently active.

Callers 1

trialGetStatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected