| 122 | |
| 123 | |
| 124 | ladspaManagerDescription * LadspaManager::getDescription( |
| 125 | const ladspa_key_t & _plugin ) |
| 126 | { |
| 127 | if( m_ladspaManagerMap.contains( _plugin ) ) |
| 128 | { |
| 129 | return( m_ladspaManagerMap[_plugin] ); |
| 130 | } |
| 131 | else |
| 132 | { |
| 133 | return( NULL ); |
| 134 | } |
| 135 | } |
| 136 | |
| 137 | |
| 138 |
no outgoing calls
no test coverage detected