| 80 | // ============================================================================ |
| 81 | |
| 82 | PluginPath LV2EffectsModule::GetPath() const |
| 83 | { |
| 84 | return {}; |
| 85 | } |
| 86 | |
| 87 | ComponentInterfaceSymbol LV2EffectsModule::GetSymbol() const |
| 88 | { |
no outgoing calls
no test coverage detected