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

Method getSource

src/osvr/Server/Server.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 std::string Server::getSource(std::string const &destination) const {
111 return m_impl->getSource(destination);
112 }
113
114 void Server::setSleepTime(int microseconds) {
115 m_impl->setSleepTime(microseconds);

Callers 5

operator()Method · 0.45
mainFunction · 0.45
createJSONAliasFunction · 0.45
mainFunction · 0.45
osvrToStreamFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected