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

Method size

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

Source from the content-addressed store, hash-verified

73 iterator end() { return mSparseGrid.end(); }
74 const_iterator end() const { return mSparseGrid.end(); }
75 fl::size size() const { return mSparseGrid.size(); }
76 bool empty() const { return mSparseGrid.empty(); }
77
78 void rasterize(const span<const Tile2x2_u8> &tiles);

Callers 3

writeMethod · 0.45
sizeMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected