MCPcopy Create free account
hub / github.com/AlexGyver/GyverLamp2 / size

Method size

libraries/FastLED-3.4.0/src/controller.h:321–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 }
320
321 __attribute__((always_inline)) inline int size() { return mLen; }
322
323 // get the amount to advance the pointer by
324 __attribute__((always_inline)) inline int advanceBy() { return mAdvance; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected