Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ shouldReconnect
Method
shouldReconnect
src/fl/stl/asio/http/connection.cpp.hpp:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
bool HttpConnection::shouldReconnect() const {
32
return mState == ConnectionState::RECONNECTING;
33
}
34
35
void HttpConnection::connect() {
36
if (mState == ConnectionState::CLOSED) {
Callers
3
update
Method · 0.80
update
Method · 0.80
FL_TEST_FILE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected