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

Method getHeartbeatInterval

src/fl/net/http/stream_transport.cpp.hpp:369–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369u32 HttpStreamTransport::getHeartbeatInterval() const {
370 return mHeartbeatInterval;
371}
372
373void HttpStreamTransport::setTimeout(u32 timeoutMs) {
374 mTimeoutMs = timeoutMs;

Callers 4

FL_TEST_FILEFunction · 0.80
FL_TEST_FILEFunction · 0.80
FL_TEST_FILEFunction · 0.80
FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected