Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
bool HttpConnection::isConnected() const {
24
return mState == ConnectionState::CONNECTED;
25
}
26
27
bool HttpConnection::isDisconnected() const {
28
return mState == ConnectionState::DISCONNECTED;
Callers
1
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected