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

Method m_getConnection

src/osvr/Connection/DeviceToken.cpp:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110ConnectionPtr OSVR_DeviceTokenObject::m_getConnection() { return m_conn; }
111
112ConnectionDevicePtr OSVR_DeviceTokenObject::m_getConnectionDevice() {
113 return m_dev;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected