Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ droppedCount
Method
droppedCount
src/fl/log/async_logger.cpp.hpp:116–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
fl::u32 AsyncLogger::droppedCount() const {
117
return mQueue.droppedCount();
118
}
119
120
fl::size AsyncLogger::flushN(fl::size maxMessages) {
121
fl::size flushed = 0;
Callers
2
async_log_queue.hpp
File · 0.45
async_logger.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected