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

Method isConnected

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

Source from the content-addressed store, hash-verified

21}
22
23bool HttpConnection::isConnected() const {
24 return mState == ConnectionState::CONNECTED;
25}
26
27bool HttpConnection::isDisconnected() const {
28 return mState == ConnectionState::DISCONNECTED;

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected