Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getState
Method
getState
src/fl/stl/asio/http/native_client.cpp.hpp:76–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
ConnectionState NativeHttpClient::getState() const {
77
return mConnection.getState();
78
}
79
80
int NativeHttpClient::send(fl::span<const u8> data) {
81
if (!isConnected() || !mSocket.is_open()) {
Callers
1
connect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected