Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getProgress
Method
getProgress
src/fl/codec/jpeg.cpp.hpp:260–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
float JpegDecoder::getProgress() const {
261
return mImpl->getProgress();
262
}
263
264
bool JpegDecoder::hasPartialImage() const {
265
return mImpl->hasPartialImage();
Callers
4
processChunk
Method · 0.45
decodeWithTimeout
Method · 0.45
decodeStream
Method · 0.45
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected