MCPcopy Create free account
hub / github.com/FastLED/FastLED / ~JsonCheckboxImpl

Method ~JsonCheckboxImpl

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

Source from the content-addressed store, hash-verified

45}
46
47JsonCheckboxImpl::~JsonCheckboxImpl() {
48 // Ensure the component is removed from the global registry
49 removeJsonUiComponent(fl::weak_ptr<JsonUiInternal>(mInternal));
50}
51
52JsonCheckboxImpl &JsonCheckboxImpl::Group(const fl::string &name) FL_NOEXCEPT {
53 mInternal->setGroup(name);

Callers

nothing calls this directly

Calls 1

removeJsonUiComponentFunction · 0.85

Tested by

no test coverage detected