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

Method canHandle

tests/fl/channels/spi_channel.cpp:755–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753 public:
754 int enqueueCount = 0;
755 bool canHandle(const ChannelDataPtr& data) const override {
756 return data && data->isClockless();
757 }
758 void enqueue(ChannelDataPtr) override { enqueueCount++; }
759 void show() override {}
760 DriverState poll() override { return DriverState::READY; }

Callers

nothing calls this directly

Calls 1

isClocklessMethod · 0.45

Tested by

no test coverage detected