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

Method size

src/fl/stl/circular_buffer.h:256–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 const T& operator[](fl::size index) const { return mCore[index]; }
255
256 fl::size size() const { return mCore.size(); }
257 fl::size capacity() const { return mCore.capacity(); }
258 bool empty() const { return mCore.empty(); }
259 bool full() const { return mCore.full(); }

Callers 5

circular_bufferMethod · 0.45
circular_bufferClass · 0.45
resizeMethod · 0.45
operator==Method · 0.45
operator<Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected