Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
bool PixelStream::atEnd() const {
108
if (mType == kStreaming) {
109
return false;
110
}
111
return !mHandle->available();
112
}
113
114
bool PixelStream::readFrame(Frame *frame) {
115
if (!frame) {
Callers
2
updateBufferFromStream
Method · 0.80
updateBufferFromFile
Method · 0.80
Calls
1
available
Method · 0.45
Tested by
no test coverage detected