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

Method ~JsonDropdownImpl

src/platforms/shared/ui/json/dropdown.cpp.hpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109JsonDropdownImpl::~JsonDropdownImpl() {
110 // Ensure the component is removed from the global registry
111 removeJsonUiComponent(fl::weak_ptr<JsonUiInternal>(mInternal));
112}
113
114JsonDropdownImpl &JsonDropdownImpl::Group(const fl::string &name) FL_NOEXCEPT {
115 mInternal->setGroup(name);

Callers

nothing calls this directly

Calls 1

removeJsonUiComponentFunction · 0.85

Tested by

no test coverage detected