MCPcopy Create free account
hub / github.com/FastLED/FastLED / getSegmentCount

Method getSegmentCount

src/fl/fx/wled.h:390–390  ·  view source on GitHub ↗

* @brief Get segment count * @return Number of configured segments */

Source from the content-addressed store, hash-verified

388 * @return Number of configured segments
389 */
390 size_t getSegmentCount() const { return mSegments.size(); }
391
392 /**
393 * @brief Get segment by index

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected