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

Method reset

tests/fastled_core.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 }
166
167 void reset() {
168 mEnqueueCount = 0;
169 mShowCount = 0;
170 mEnqueuedChannels.clear();
171 }
172
173private:
174 fl::string mName;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected