| 121 | } |
| 122 | |
| 123 | uint8_t openhd::ExternalDeviceManager::get_external_device_count() { |
| 124 | return m_external_device_count; |
| 125 | } |
| 126 | |
| 127 | std::string openhd::ExternalDevice::to_string() const { |
| 128 | // return fmt::format("ExternalDevice {} [local:[{}] |
no outgoing calls
no test coverage detected