MCPcopy Create free account
hub / github.com/FastLED/FastLED / isConnected

Method isConnected

tests/fl/net/http/stream_transport.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 bool isConnected() const override {
33 return mConnected;
34 }
35
36 // Expose sendData for testing
37 int sendData(fl::span<const uint8_t> data) override {

Callers 5

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected