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

Method addAlias

src/osvr/Server/ServerImpl.cpp:230–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 bool ServerImpl::addAlias(std::string const &path,
231 std::string const &source,
232 common::AliasPriority priority) {
233
234 bool wasChanged;
235 m_callControlled(
236 [&] { wasChanged = m_addAlias(path, source, priority); });
237 return wasChanged;
238 }
239
240 bool ServerImpl::addAliases(Json::Value const &aliases,
241 common::AliasPriority priority) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected