Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
fl::size AsyncLogger::size() const {
100
return mQueue.size();
101
}
102
103
bool AsyncLogger::empty() const {
104
return mQueue.empty();
Callers
2
registerLogger
Method · 0.45
forEach
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected