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

Method ~JsonButtonImpl

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

removeJsonUiComponentFunction · 0.85

Tested by

no test coverage detected