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

Method isBackgroundFlushEnabled

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

Source from the content-addressed store, hash-verified

193}
194
195bool AsyncLogger::isBackgroundFlushEnabled() const {
196 return Singleton<detail::BackgroundFlushState>::instance().mEnabled;
197}
198
199// ============================================================================
200// Background flush service function (call from main loop)

Callers 1

async_logger.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected