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

Method hasChanged

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

Source from the content-addressed store, hash-verified

26}
27
28bool JsonUiInternal::hasChanged() const FL_NOEXCEPT {
29 fl::unique_lock<fl::mutex> lock(mMutex);
30 return mHasChanged;
31}
32
33void JsonUiInternal::markChanged() FL_NOEXCEPT {
34 fl::unique_lock<fl::mutex> lock(mMutex);

Callers 1

processPendingUpdatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected