MCPcopy 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
116fl::u32 AsyncLogger::droppedCount() const {
117 return mQueue.droppedCount();
118}
119
120fl::size AsyncLogger::flushN(fl::size maxMessages) {
121 fl::size flushed = 0;

Callers 2

async_logger.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected