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

Method trialExpired

app/src/Licensing/Trial.cpp:122–125  ·  view source on GitHub ↗

* @brief Checks whether a trial period expired. */

Source from the content-addressed store, hash-verified

120 * @brief Checks whether a trial period expired.
121 */
122bool Licensing::Trial::trialExpired() const
123{
124 return m_deviceRegistered && trialAvailable() && (!m_trialEnabled || daysRemaining() <= 0);
125}
126
127/**
128 * @brief Checks if a trial can be started.

Callers 2

connectDeviceMethod · 0.80
trialGetStatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected