MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / loadPlugin

Method loadPlugin

src/osvr/Server/ServerImpl.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected