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

Method seatLimit

app/src/Licensing/LemonSqueezy.cpp:109–112  ·  view source on GitHub ↗

* @brief Returns the total number of allowed device activations. */

Source from the content-addressed store, hash-verified

107 * @brief Returns the total number of allowed device activations.
108 */
109int Licensing::LemonSqueezy::seatLimit() const
110{
111 return m_seatLimit;
112}
113
114/**
115 * @brief Returns the number of devices currently activated.

Callers 1

getStatusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected