MCPcopy 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

endMethod · 0.45
rewindMethod · 0.45
beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected