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

Method remove

src/fl/audio/audio_manager.cpp.hpp:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void AudioManager::remove(shared_ptr<Processor> proc) {
77 if (!proc) {
78 return;
79 }
80 if (processor() == proc) {
81 processor().reset();
82 }
83}
84
85} // namespace audio
86} // namespace fl

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected