Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ clear
Method
clear
src/fl/video/frame_interpolator.h:43–43 ·
view source on GitHub ↗
Clear all frames
Source
from the content-addressed store, hash-verified
41
42
// Clear all frames
43
void clear() { mFrames.clear(); }
44
45
bool empty() const { return mFrames.empty(); }
46
Callers
3
end
Method · 0.45
rewind
Method · 0.45
begin
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected