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

Method size

src/fl/gfx/raster_sparse.h:268–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 iterator end() { return mSparseGrid.end(); }
267 const_iterator end() const { return mSparseGrid.end(); }
268 fl::size size() const { return mSparseGrid.size(); }
269 bool empty() const { return mSparseGrid.empty(); }
270
271 pair<bool, CRGB> at(u16 x, u16 y) const {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected