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

Method end

src/fl/codec/vorbis.cpp.hpp:175–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175void VorbisDecoderImpl::end() {
176 mDecoder.close();
177 mFileData.clear();
178 mPosition = 0;
179 mEndOfStream = false;
180 mError.clear();
181}
182
183bool VorbisDecoderImpl::hasError(fl::string* msg) const {
184 if (!mError.empty()) {

Callers

nothing calls this directly

Calls 2

closeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected