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

Method count

app/src/Misc/ExtensionManager.cpp:128–131  ·  view source on GitHub ↗

* @brief Returns the number of currently visible (filtered) extensions. */

Source from the content-addressed store, hash-verified

126 * @brief Returns the number of currently visible (filtered) extensions.
127 */
128int Misc::ExtensionManager::count() const noexcept
129{
130 return m_filteredExtensions.count();
131}
132
133/**
134 * @brief Returns the index of the currently selected addon, or -1.

Callers 10

selectedExtensionMethod · 0.45
setSelectedIndexMethod · 0.45
refreshRepositoriesMethod · 0.45
removeRepositoryMethod · 0.45
installExtensionMethod · 0.45
uninstallExtensionMethod · 0.45
autoUpdateExtensionsMethod · 0.45
stopPluginMethod · 0.45
onPluginFinishedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected