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

Method available

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

Source from the content-addressed store, hash-verified

98}
99
100bool PixelStream::available() const {
101 if (mType == kStreaming) {
102 return mHandle->available(mbytesPerFrame);
103 }
104 return mHandle->available();
105}
106
107bool PixelStream::atEnd() const {
108 if (mType == kStreaming) {

Callers 3

beginMethod · 0.45
atEndMethod · 0.45
readBytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected