Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getCurrentFrame
Method
getCurrentFrame
src/fl/codec/idecoder.h:75–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
74
DecodeResult decode() override { return DecodeResult::UnsupportedFormat; }
75
Frame getCurrentFrame() override { return Frame(0); }
76
bool hasMoreFrames() const override { return false; }
77
};
78
Callers
nothing calls this directly
Calls
1
Frame
Class · 0.50
Tested by
no test coverage detected