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

Method ~JsonHelpImpl

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

removeJsonUiComponentFunction · 0.85

Tested by

no test coverage detected