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

Method show

tests/fastled_core.cpp:516–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514 bool canHandle(const ChannelDataPtr&) const override { return true; }
515 void enqueue(ChannelDataPtr) override {}
516 void show() override {}
517 DriverState poll() override { return DriverState::READY; }
518 fl::string getName() const override { return fl::string::from_literal("STUB_ADD_REMOVE"); }
519 Capabilities getCapabilities() const override {

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected