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

Method addRoute

src/osvr/Server/ServerImpl.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 bool ServerImpl::addRoute(std::string const &routingDirective) {
225 bool wasNew;
226 m_callControlled([&] { wasNew = m_addRoute(routingDirective); });
227 return wasNew;
228 }
229
230 bool ServerImpl::addAlias(std::string const &path,
231 std::string const &source,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected