MCPcopy Create free account
hub / github.com/FastLED/FastLED / init

Method init

src/platforms/shared/ui/json/audio.cpp.hpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void JsonAudioImpl::Updater::init(JsonAudioImpl *owner) FL_NOEXCEPT {
61 mOwner = owner;
62 fl::EngineEvents::addListener(this);
63}
64
65JsonAudioImpl::Updater::~Updater() { fl::EngineEvents::removeListener(this); }
66

Callers 2

rebuildPinConfigMethod · 0.45
JsonAudioImplMethod · 0.45

Calls 1

addListenerFunction · 0.85

Tested by

no test coverage detected