| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected