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

Method clearCache

src/fl/audio/audio_context.cpp.hpp:164–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void Context::clearCache() {
165 mFFTCache.clear();
166 mFFTCacheMap.clear();
167 mRecyclePool.clear();
168 mFFTHistory.clear();
169 mFFTHistoryDepth = 0;
170 mFFTHistoryIndex = 0;
171}
172
173} // namespace audio
174} // namespace fl

Callers 3

resetMethod · 0.45
audio_context.hppFile · 0.45
cleanupSharedContextFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected