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

Method CheckPluginExist

libraries/lib-lv2/LoadLV2.cpp:290–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290bool LV2EffectsModule::CheckPluginExist(const PluginPath & path) const
291{
292 return GetPlugin(path) != nullptr;
293}
294
295namespace {
296class LV2PluginValidator final : public PluginProvider::Validator

Callers

nothing calls this directly

Calls 1

GetPluginFunction · 0.85

Tested by

no test coverage detected