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

Method value

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

Source from the content-addressed store, hash-verified

61}
62
63bool JsonCheckboxImpl::value() const FL_NOEXCEPT { return mInternal->value(); }
64
65void JsonCheckboxImpl::setValue(bool value) FL_NOEXCEPT {
66 bool oldValue = mInternal->value();

Callers 1

setValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected