| 476 | int PluginProcessor::getCurrentProgram() { return 0; } |
| 477 | |
| 478 | void PluginProcessor::setCurrentProgram(int /* index */) {} |
| 479 | |
| 480 | const String PluginProcessor::getProgramName(int /* index */) { return {}; } |
| 481 |
nothing calls this directly
no outgoing calls
no test coverage detected