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

Method containsCommercialFeatures

app/src/UI/Dashboard.cpp:445–452  ·  view source on GitHub ↗

* @brief Returns true if the frame contains Pro-only features. */

Source from the content-addressed store, hash-verified

443 * @brief Returns true if the frame contains Pro-only features.
444 */
445bool UI::Dashboard::containsCommercialFeatures() const noexcept
446{
447 for (const auto& f : m_sourceRawFrames)
448 if (f.containsCommercialFeatures)
449 return true;
450
451 return false;
452}
453
454//--------------------------------------------------------------------------------------------------
455// UI configuration queries

Callers 1

getStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected