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

Method pendingCount

src/fl/remote/remote.cpp.hpp:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230// Utility Methods
231
232size_t Remote::pendingCount() const {
233 return mScheduler.pendingCount();
234}
235
236void Remote::clear(ClearFlags flags) {
237 if ((flags & ClearFlags::Results) != ClearFlags::None) {

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected