MCPcopy Create free account
hub / github.com/audacity/audacity / IsPluginLoaded

Method IsPluginLoaded

libraries/lib-module-manager/PluginManager.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150bool PluginManager::IsPluginLoaded(const wxString& ID) const
151{
152 return mLoadedInterfaces.find(ID) != mLoadedInterfaces.end();
153}
154
155void PluginManager::RegisterPlugin(PluginDescriptor&& desc)
156{

Callers 1

IsEnabledPluginFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected