MCPcopy Create free account
hub / github.com/FastLED/FastLED / hasError

Method hasError

src/fl/codec/jpeg.cpp.hpp:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232bool JpegDecoder::hasError(fl::string* msg) const {
233 return mImpl->hasError(msg);
234}
235
236DecodeResult JpegDecoder::decode() {
237 return mImpl->decode(fl::nullopt); // No callback - process to completion

Callers 4

beginMethod · 0.45
processChunkMethod · 0.45
decodeMethod · 0.45
decodeWithTimeoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected