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

Method size

src/fl/stl/deque.h:428–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426 }
427
428 fl::size size() const {
429 return mSize;
430 }
431
432 fl::size capacity() const {
433 return mCapacity;

Callers 1

dequeClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected