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

Method enqueue

tests/fl/channels/detail/validation/platform.hpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 StubDriver(const char* name) : mName(fl::string::from_literal(name)) {}
17
18 void enqueue(ChannelDataPtr) override {}
19 void show() override {}
20 DriverState poll() override { return DriverState::READY; }
21 fl::string getName() const override { return mName; }

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected