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

Method canHandle

src/fl/channels/channel.cpp.hpp:685–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683 virtual ~StubChannelEngine() FL_NOEXCEPT = default;
684
685 virtual bool canHandle(const ChannelDataPtr& data) const override {
686 (void)data;
687 return true; // Test driver accepts all channel types
688 }
689
690 virtual void enqueue(ChannelDataPtr /*channelData*/) override {
691 // No-op: stub driver does nothing

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected