| 488 | const String ProcessorClient::getName() { return m_name; } |
| 489 | |
| 490 | bool ProcessorClient::hasEditor() { return m_hasEditor; } |
| 491 | |
| 492 | void ProcessorClient::showEditor(int channel, int x, int y) { |
| 493 | traceScope(); |
nothing calls this directly
no outgoing calls
no test coverage detected