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

Method getSource

src/osvr/Server/ServerImpl.cpp:290–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 }
289
290 std::string ServerImpl::getSource(std::string const &destination) const {
291 /// @todo needs removal/replacement post path tree
292 std::string ret;
293 m_callControlled([&] { ret = m_routes.getSource(destination); });
294 return ret;
295 }
296
297 void ServerImpl::m_orderedDestruction() {
298 m_ctx.reset();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected