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

Method atEnd

src/fl/video/pixel_stream.cpp.hpp:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107bool PixelStream::atEnd() const {
108 if (mType == kStreaming) {
109 return false;
110 }
111 return !mHandle->available();
112}
113
114bool PixelStream::readFrame(Frame *frame) {
115 if (!frame) {

Callers 2

updateBufferFromFileMethod · 0.80

Calls 1

availableMethod · 0.45

Tested by

no test coverage detected