MCPcopy 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
76ConnectionState NativeHttpClient::getState() const {
77 return mConnection.getState();
78}
79
80int NativeHttpClient::send(fl::span<const u8> data) {
81 if (!isConnected() || !mSocket.is_open()) {

Callers 1

connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected