| 346 | } |
| 347 | |
| 348 | int ServerImpl::getSleepTime() const { return m_sleepTime; } |
| 349 | |
| 350 | void ServerImpl::m_handleDeviceDescriptors() { |
| 351 | for (auto const &dev : m_conn->getDevices()) { |
nothing calls this directly
no outgoing calls
no test coverage detected