MCPcopy 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
31bool HttpConnection::shouldReconnect() const {
32 return mState == ConnectionState::RECONNECTING;
33}
34
35void HttpConnection::connect() {
36 if (mState == ConnectionState::CLOSED) {

Callers 3

updateMethod · 0.80
updateMethod · 0.80
FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected