| 151 | } |
| 152 | |
| 153 | void ServerImpl::loadPlugin(std::string const &pluginName) { |
| 154 | m_callControlled([&, pluginName] { m_ctx->loadPlugin(pluginName); }); |
| 155 | } |
| 156 | |
| 157 | void ServerImpl::loadAutoPlugins() { m_ctx->loadPlugins(); } |
| 158 |
nothing calls this directly
no outgoing calls
no test coverage detected