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

Method loadPlugin

src/osvr/Server/Server.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 void Server::signalStop() { m_impl->signalStop(); }
62
63 void Server::loadPlugin(std::string const &plugin) {
64 m_impl->loadPlugin(plugin);
65 }
66
67 void Server::loadAutoPlugins() { m_impl->loadAutoPlugins(); }
68

Callers 6

mainFunction · 0.45
loadPluginsMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected