Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ has
Method
has
src/fl/video/frame_interpolator.h:47–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
bool empty() const { return mFrames.empty(); }
46
47
bool has(fl::u32 frameNum) const { return mFrames.has(frameNum); }
48
49
FramePtr erase(fl::u32 frameNum) {
50
FramePtr out;
Callers
2
updateBufferFromStream
Method · 0.45
updateBufferFromFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected