Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
369
u32 HttpStreamTransport::getHeartbeatInterval() const {
370
return mHeartbeatInterval;
371
}
372
373
void HttpStreamTransport::setTimeout(u32 timeoutMs) {
374
mTimeoutMs = timeoutMs;
Callers
4
FL_TEST_FILE
Function · 0.80
FL_TEST_FILE
Function · 0.80
FL_TEST_FILE
Function · 0.80
FL_TEST_FILE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected