| 138 | } |
| 139 | |
| 140 | EthernetManager::EthernetManager() { |
| 141 | m_console = openhd::log::create_or_get("eth_manager"); |
| 142 | } |
| 143 | |
| 144 | void EthernetManager::async_initialize(int operating_mode) { |
| 145 | auto runnable = [this, operating_mode]() { loop(operating_mode); }; |
nothing calls this directly
no outgoing calls
no test coverage detected