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

Method update_all

src/fl/task/executor.cpp.hpp:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void Executor::update_all() {
46 // Update all registered runners
47 for (auto* r : mRunners) {
48 if (r) {
49 r->update();
50 }
51 }
52}
53
54bool Executor::has_active_tasks() const {
55 for (const auto* r : mRunners) {

Callers 2

runFunction · 0.80
FL_TEST_FILEFunction · 0.80

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected