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

Method PluginHost

libraries/lib-module-manager/PluginHost.cpp:77–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77PluginHost::PluginHost(int connectPort)
78{
79 FileNames::InitializePathList();
80 InitPreferences(audacity::ApplicationSettings::Call());
81
82 auto& moduleManager = ModuleManager::Get();
83 moduleManager.Initialize();
84 moduleManager.DiscoverProviders();
85
86 mClient = std::make_unique<IPCClient>(connectPort, *this);
87}
88
89void PluginHost::OnConnect(IPCChannel& channel) noexcept
90{

Callers

nothing calls this directly

Calls 5

InitPreferencesFunction · 0.85
CallClass · 0.85
GetFunction · 0.85
DiscoverProvidersMethod · 0.80
InitializeMethod · 0.45

Tested by

no test coverage detected