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

Method show

tests/fl/channels/driver.cpp:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 void show() override {
64 showCount++;
65 if (!mEnqueuedChannels.empty()) {
66 mTransmittingChannels = fl::move(mEnqueuedChannels);
67 mEnqueuedChannels.clear();
68 beginTransmission(mTransmittingChannels);
69 }
70 }
71
72 DriverState poll() override {
73 // Mock implementation: always return READY after transmission

Callers 2

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls 2

emptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected