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

Method m_hasDeviceToken

src/osvr/Connection/ConnectionDevice.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 bool ConnectionDevice::m_hasDeviceToken() const {
78 return m_token != nullptr;
79 }
80
81 DeviceToken &ConnectionDevice::m_getDeviceToken() {
82 BOOST_ASSERT(m_token);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected