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

Method create

src/osvr/Server/Server.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 ServerPtr Server::create(connection::ConnectionPtr const &conn) {
47 ServerPtr ret(make_shared<Server>(conn, private_constructor{}));
48 return ret;
49 }
50
51 void Server::update() { m_impl->update(); }
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected