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

Method forEach

src/fl/log/async_logger.h:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195
196 template<typename Func>
197 void forEach(Func func) {
198 for (fl::size i = 0; i < mActiveLoggers.size(); ++i) {
199 func(*mActiveLoggers[i]);
200 }
201 }
202 };
203
204 /// @brief Auto-instantiating task for async logger servicing

Callers 15

async_log_serviceFunction · 0.80
serviceLoggersMethod · 0.80
app.tsFile · 0.80
loadVideoSettingsFunction · 0.80
setDebugModeMethod · 0.80
initializeMethod · 0.80
stopMicrophoneCaptureMethod · 0.80
resetMethod · 0.80
_clearExistingLedsMethod · 0.80
_collectLedPositionsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected