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

Method ~JsonTitleImpl

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

Destructor implementation

Source from the content-addressed store, hash-verified

51
52// Destructor implementation
53JsonTitleImpl::~JsonTitleImpl() {
54 // Ensure the component is removed from the global registry
55 removeJsonUiComponent(fl::weak_ptr<JsonUiInternal>(mInternal));
56
57 // No need to clear functions anymore as there are no lambdas capturing
58 // 'this' if (mInternal) {
59 // mInternal->clearFunctions();
60 // }
61}
62
63JsonTitleImpl &JsonTitleImpl::Group(const fl::string &name) FL_NOEXCEPT {
64 mInternal->setGroup(name);

Callers

nothing calls this directly

Calls 1

removeJsonUiComponentFunction · 0.85

Tested by

no test coverage detected