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

Method addAlias

src/osvr/Server/Server.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 bool Server::addAlias(std::string const &path, std::string const &source,
90 common::AliasPriority priority) {
91 return m_impl->addAlias(path, source, priority);
92 }
93
94 bool Server::addString(std::string const &path, std::string const &value) {
95 return m_impl->addString(path, value);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected