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

Method getReconnectAttempts

src/fl/stl/asio/http/connection.cpp.hpp:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147u32 HttpConnection::getReconnectAttempts() const {
148 return mReconnectAttempts;
149}
150
151bool HttpConnection::isTimedOut(u32 currentTimeMs) const {
152 if (mState != ConnectionState::CONNECTED) {

Callers 2

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected