Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ update
Method
update
tests/fl/task/executor.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
TestAsyncRunner() : update_count(0), active(false), task_count(0) {}
39
40
void update() override {
41
update_count++;
42
}
43
44
bool has_active_tasks() const override {
45
return active;
Callers
3
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected