| 288 | } |
| 289 | |
| 290 | bool LV2EffectsModule::CheckPluginExist(const PluginPath & path) const |
| 291 | { |
| 292 | return GetPlugin(path) != nullptr; |
| 293 | } |
| 294 | |
| 295 | namespace { |
| 296 | class LV2PluginValidator final : public PluginProvider::Validator |
nothing calls this directly
no test coverage detected