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

Function processJsonUiPendingUpdates

src/platforms/shared/ui/json/ui.cpp.hpp:135–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void processJsonUiPendingUpdates() FL_NOEXCEPT {
136 // Force immediate processing of any pending UI updates (for testing)
137 auto& manager = getInternalManager();
138 if (manager) {
139 // If we have a manager, ask it to process updates immediately
140 manager->processPendingUpdates();
141 }
142 // If no manager exists, there are no pending updates to process
143}
144
145} // namespace fl

Callers 3

setSliderValueMethod · 0.85
FL_TEST_FILEFunction · 0.85
FL_TEST_FILEFunction · 0.85

Calls 1

processPendingUpdatesMethod · 0.80

Tested by

no test coverage detected