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

Method release

src/fl/fx/detail/fx_layer.cpp.hpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void FxLayer::release() {
46 pause(0);
47 fx.reset();
48}
49
50fl::shared_ptr<Fx> FxLayer::getFx() {
51 return fx;

Callers 8

onQueuingDoneMethod · 0.45
completeTransitionMethod · 0.45
scope_exitMethod · 0.45
unique_ptrMethod · 0.45
unique_ptrClass · 0.45
unique_ptrMethod · 0.45
~LUTMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected