Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ clear
Method
clear
src/fl/net/rpc_scheduler.h:73–75 ·
view source on GitHub ↗
* @brief Clear all scheduled tasks */
Source
from the content-addressed store, hash-verified
71
* @brief Clear all scheduled tasks
72
*/
73
void clear() {
74
mQueue.clear();
75
}
76
77
private:
78
struct ScheduledTask {
Callers
4
disconnect
Method · 0.45
feed
Method · 0.45
reset
Method · 0.45
consume
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected