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

Method empty

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

Source from the content-addressed store, hash-verified

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 {
272 const CRGB *val = mSparseGrid.find_value(vec2<u16>(x, y));

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected