Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
232
size_t Remote::pendingCount() const {
233
return mScheduler.pendingCount();
234
}
235
236
void Remote::clear(ClearFlags flags) {
237
if ((flags & ClearFlags::Results) != ClearFlags::None) {
Callers
1
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected