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

Method size

src/fl/math/lut.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 const T *getData() const FL_NOEXCEPT { return data; }
56
57 u32 size() const FL_NOEXCEPT { return length; }
58
59 T interp8(u8 alpha) FL_NOEXCEPT {
60 if (length == 0)

Callers 14

transpose2Method · 0.45
transpose4Method · 0.45
transpose8Method · 0.45
transpose16Method · 0.45
getLaneByteMethod · 0.45
parseV2SegmentArrayFunction · 0.45
ParseJsonMethod · 0.45
convertMethod · 0.45
removeOneLeastErrorMethod · 0.45
simplifyInplaceTMethod · 0.45
simplifyInternalMethod · 0.45
simplifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected