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

Method getClearCallCount

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

* @brief Get the number of times clear() was called * @return Call count */

Source from the content-addressed store, hash-verified

172 * @return Call count
173 */
174 int getClearCallCount() const { return mClearCallCount; }
175
176 /**
177 * @brief Get the last brightness value set

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected