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

Method getNumLEDs

tests/fl/fx/mock_fastled.h:70–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 size_t getNumLEDs() const override {
71 if (mHasSegment) {
72 return mSegmentEnd - mSegmentStart;
73 }
74 return mNumLeds;
75 }
76
77 void show() override {
78 mShowCallCount++;

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected