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

Method clearChanged

src/platforms/shared/ui/json/ui_internal.cpp.hpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void JsonUiInternal::clearChanged() FL_NOEXCEPT {
39 fl::unique_lock<fl::mutex> lock(mMutex);
40 mHasChanged = false;
41}
42
43int JsonUiInternal::nextId() FL_NOEXCEPT {
44 static fl::atomic<u32> sNextId(0);

Callers 1

processPendingUpdatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected