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

Method setError

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

Source from the content-addressed store, hash-verified

45 bool mHasError;
46
47 void setError(const fl::string& message) {
48 mHasError = true;
49 mErrorMessage = message;
50 mState = JpegDecoder::State::Error;
51 }
52
53 fl::u8 getScale() const {
54 switch (mConfig.quality) {

Callers 1

openMpeg1VideoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected