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

Method canHandle

tests/fl/channels/driver.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 fl::vector<ChannelDataPtr> mTransmittingChannels;
50
51 bool canHandle(const ChannelDataPtr& data) const override {
52 (void)data;
53 return true; // Test driver accepts all channel types
54 }
55
56 void enqueue(ChannelDataPtr channelData) override {
57 if (channelData) {

Callers 9

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

no outgoing calls

Tested by

no test coverage detected