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

Method ~JsonSliderImpl

src/platforms/shared/ui/json/slider.cpp.hpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98JsonSliderImpl::~JsonSliderImpl() {
99 // Ensure the component is removed from the global registry
100 removeJsonUiComponent(fl::weak_ptr<JsonUiInternal>(mInternal));
101}
102
103JsonSliderImpl &JsonSliderImpl::Group(const fl::string &name) FL_NOEXCEPT {
104 mInternal->setGroup(name);

Callers

nothing calls this directly

Calls 1

removeJsonUiComponentFunction · 0.85

Tested by

no test coverage detected