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

Method markChanged

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

Source from the content-addressed store, hash-verified

31}
32
33void JsonUiInternal::markChanged() FL_NOEXCEPT {
34 fl::unique_lock<fl::mutex> lock(mMutex);
35 mHasChanged = true;
36}
37
38void JsonUiInternal::clearChanged() FL_NOEXCEPT {
39 fl::unique_lock<fl::mutex> lock(mMutex);

Callers 3

addComponentMethod · 0.80
setValueMethod · 0.80
setValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected