return the configuration or nullptr if it's not initialized */
| 387 | |
| 388 | /** return the configuration or nullptr if it's not initialized */ |
| 389 | const Configuration* getConfiguration() { |
| 390 | return config_instance; |
| 391 | } |
| 392 | |
| 393 | Dispatcher& getMainDispatcher() { |
| 394 | return mainDispatcher; |
nothing calls this directly
no outgoing calls
no test coverage detected