MCPcopy 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
77private:
78 struct ScheduledTask {

Callers 4

disconnectMethod · 0.45
feedMethod · 0.45
resetMethod · 0.45
consumeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected