| 478 | void PluginProcessor::setCurrentProgram(int /* index */) {} |
| 479 | |
| 480 | const String PluginProcessor::getProgramName(int /* index */) { return {}; } |
| 481 | |
| 482 | void PluginProcessor::changeProgramName(int /* index */, const String& /* newName */) {} |
| 483 |
nothing calls this directly
no outgoing calls
no test coverage detected