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

Method NotifyPluginsChanged

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

Source from the content-addressed store, hash-verified

893}
894
895void PluginManager::NotifyPluginsChanged()
896{
897 Publisher<PluginsChangedMessage>::Publish({});
898}
899
900const PluginRegistryVersion &PluginManager::GetRegistryVersion() const
901{

Callers 4

DropFileMethod · 0.95
OnRescanMethod · 0.80
ApplyChangesMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected