MCPcopy Create free account
hub / github.com/FastLED/FastLED / isDisconnected

Method isDisconnected

src/fl/stl/asio/http/connection.cpp.hpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27bool HttpConnection::isDisconnected() const {
28 return mState == ConnectionState::DISCONNECTED;
29}
30
31bool HttpConnection::shouldReconnect() const {
32 return mState == ConnectionState::RECONNECTING;

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected