MCPcopy Create free account
hub / github.com/OpenHD/OpenHD / nw_ethernet_card_manual_active

Method nw_ethernet_card_manual_active

OpenHD/ohd_common/src/openhd_config.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162bool openhd::nw_ethernet_card_manual_active(const openhd::Config& config) {
163 if (OHDUtil::contains(config.NW_ETHERNET_CARD, RPI_ETHERNET_ONLY)) {
164 return false;
165 }
166 return true;
167}

Callers

nothing calls this directly

Calls 1

containsFunction · 0.85

Tested by

no test coverage detected