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

Method size

src/fl/log/async_logger.cpp.hpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99fl::size AsyncLogger::size() const {
100 return mQueue.size();
101}
102
103bool AsyncLogger::empty() const {
104 return mQueue.empty();

Callers 2

registerLoggerMethod · 0.45
forEachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected