Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ releaseIfNotEmpty
Method
releaseIfNotEmpty
src/fl/audio/fft/fft.cpp.hpp:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void releaseIfNotEmpty(fl::vector<float>&& v) {
43
if (!v.empty()) {
44
release(fl::move(v));
45
}
46
}
47
48
private:
49
static const fl::size kMaxPoolSize = 32;
Callers
1
fft.cpp.hpp
File · 0.80
Calls
2
release
Function · 0.85
empty
Method · 0.45
Tested by
no test coverage detected