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

Method empty

src/fl/stl/list.h:315–317  ·  view source on GitHub ↗

Capacity

Source from the content-addressed store, hash-verified

313
314 // Capacity
315 bool empty() const {
316 return mSize == 0;
317 }
318
319 fl::size size() const {
320 return mSize;

Callers 1

spliceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected