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

Method getShowCallCount

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

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

Source from the content-addressed store, hash-verified

166 * @return Call count
167 */
168 int getShowCallCount() const { return mShowCallCount; }
169
170 /**
171 * @brief Get the number of times clear() was called

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected