Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
bool PixelStream::available() const {
101
if (mType == kStreaming) {
102
return mHandle->available(mbytesPerFrame);
103
}
104
return mHandle->available();
105
}
106
107
bool PixelStream::atEnd() const {
108
if (mType == kStreaming) {
Callers
3
begin
Method · 0.45
atEnd
Method · 0.45
readBytes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected