Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
void FxLayer::release() {
46
pause(0);
47
fx.reset();
48
}
49
50
fl::shared_ptr<Fx> FxLayer::getFx() {
51
return fx;
Callers
8
onQueuingDone
Method · 0.45
completeTransition
Method · 0.45
scope_exit
Method · 0.45
unique_ptr
Method · 0.45
unique_ptr
Class · 0.45
unique_ptr
Method · 0.45
unique_ptr<T[], Deleter>
Class · 0.45
~LUT
Method · 0.45
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected