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

Method poll

tests/fl/channels/manager.cpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 void enqueue(ChannelDataPtr) override { enqueueCount++; }
46 void show() override { showCount++; }
47 DriverState poll() override { pollCount++; return DriverState(mState); }
48 fl::string getName() const override { return mName; }
49
50 Capabilities getCapabilities() const override {

Callers 1

FL_TEST_FILEFunction · 0.45

Calls 1

DriverStateClass · 0.85

Tested by

no test coverage detected