Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ isInDrawList
Method
isInDrawList
src/fl/channels/channel.cpp.hpp:757–759 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
755
}
756
757
bool Channel::isInDrawList() const {
758
return CPixelLEDController<RGB>::isInList();
759
}
760
761
fl::span<CRGB> Channel::leds() {
762
return fl::span<CRGB>(CPixelLEDController<RGB>::leds(), CPixelLEDController<RGB>::size());
Callers
1
FL_TEST_FILE
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected