Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
173
private:
174
fl::string mName;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected