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

Function fastled_loop_once

src/platforms/wasm/entry_point.cpp.hpp:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void fastled_loop_once() {
58 fastled_setup_once();
59 fl::EngineEvents::onPlatformPreLoop();
60 fl::task::run();
61 loop();
62 if (!gEndFrameListener.endFrameHappened()) {
63 fl::EngineEvents::onEndFrame();
64 }
65}
66
67} // namespace fl
68

Callers 1

extern_loopFunction · 0.85

Calls 4

fastled_setup_onceFunction · 0.85
endFrameHappenedMethod · 0.80
runFunction · 0.50
loopFunction · 0.50

Tested by

no test coverage detected