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

Method ~JsonNumberFieldImpl

src/platforms/shared/ui/json/number_field.cpp.hpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73JsonNumberFieldImpl::~JsonNumberFieldImpl() {
74 // Ensure the component is removed from the global registry
75 removeJsonUiComponent(fl::weak_ptr<JsonUiInternal>(mInternal));
76}
77
78int JsonNumberFieldImpl::id() const FL_NOEXCEPT {
79 return mInternal->id();

Callers

nothing calls this directly

Calls 1

removeJsonUiComponentFunction · 0.85

Tested by

no test coverage detected