Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ connect
Method
connect
tests/fl/net/http/stream_transport.cpp:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
bool connect() override {
22
mConnected = true;
23
mConnection.onConnected(getCurrentTimeMs());
24
return true;
25
}
26
27
void disconnect() override {
28
mConnected = false;
Callers
4
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
Calls
1
onConnected
Method · 0.80
Tested by
no test coverage detected