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

Method addRoute

src/osvr/Server/Server.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 bool Server::addRoute(std::string const &routingDirective) {
86 return m_impl->addRoute(routingDirective);
87 }
88
89 bool Server::addAlias(std::string const &path, std::string const &source,
90 common::AliasPriority priority) {

Callers 2

mainFunction · 0.45
processRoutesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected