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

Method hasError

src/fl/codec/mp3.cpp.hpp:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205bool Mp3StreamDecoderImpl::hasError(fl::string* msg) const {
206 if (msg && mHasError) {
207 *msg = mErrorMsg;
208 }
209 return mHasError;
210}
211
212void Mp3StreamDecoderImpl::reset() {
213 if (mDecoder) {

Callers 9

openMpeg1VideoMethod · 0.45
openMp3Method · 0.45
rpc.hppFile · 0.45
vorbis.hppFile · 0.45
mpeg1.hppFile · 0.45
h264.hppFile · 0.45
processGifFunction · 0.45
processMpeg1Function · 0.45
registerFunctionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected