Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
bool HttpConnection::isDisconnected() const {
28
return mState == ConnectionState::DISCONNECTED;
29
}
30
31
bool HttpConnection::shouldReconnect() const {
32
return mState == ConnectionState::RECONNECTING;
Callers
1
FL_TEST_FILE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected