Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ hasScreenMap
Method
hasScreenMap
src/fl/channels/channel.cpp.hpp:836–838 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
834
}
835
836
bool Channel::hasScreenMap() const {
837
return mScreenMap.getLength() > 0;
838
}
839
840
} // namespace fl
Callers
1
FL_TEST_FILE
Function · 0.45
Calls
1
getLength
Method · 0.45
Tested by
no test coverage detected