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

Method enqueue

tests/fl/channels/driver.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 void enqueue(ChannelDataPtr channelData) override {
57 if (channelData) {
58 enqueueCount++;
59 mEnqueuedChannels.push_back(channelData);
60 }
61 }
62
63 void show() override {
64 showCount++;

Callers 11

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected