Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
bool JsonCheckboxImpl::value() const FL_NOEXCEPT { return mInternal->value(); }
64
65
void JsonCheckboxImpl::setValue(bool value) FL_NOEXCEPT {
66
bool oldValue = mInternal->value();
Callers
1
setValue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected