MCPcopy 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
836bool Channel::hasScreenMap() const {
837 return mScreenMap.getLength() > 0;
838}
839
840} // namespace fl

Callers 1

FL_TEST_FILEFunction · 0.45

Calls 1

getLengthMethod · 0.45

Tested by

no test coverage detected