MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / lookupActive

Method lookupActive

app/src/IO/Drivers/Network.cpp:311–314  ·  view source on GitHub ↗

* @brief Returns true when a DNS lookup is currently in flight. */

Source from the content-addressed store, hash-verified

309 * @brief Returns true when a DNS lookup is currently in flight.
310 */
311bool IO::Drivers::Network::lookupActive() const
312{
313 return m_lookupActive;
314}
315
316/**
317 * @brief Returns the current socket type as an index of the list returned by socketType().

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected