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

Method isInstalled

app/src/Misc/ExtensionManager.cpp:264–267  ·  view source on GitHub ↗

* @brief Returns whether the extension with the given ID is installed locally. */

Source from the content-addressed store, hash-verified

262 * @brief Returns whether the extension with the given ID is installed locally.
263 */
264bool Misc::ExtensionManager::isInstalled(const QString& id) const
265{
266 return m_installedExtensions.contains(id);
267}
268
269/**
270 * @brief Returns whether a newer version is available for the given addon.

Callers 2

getAddonInfoMethod · 0.80
uninstallExtensionMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected