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

Method resize

src/fl/stl/deque.h:536–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534 }
535
536 void resize(fl::size new_size) {
537 resize(new_size, T());
538 }
539
540 void resize(fl::size new_size, const T& value) {
541 if (new_size > mSize) {

Callers

nothing calls this directly

Calls 3

TEnum · 0.85
push_backFunction · 0.85
resizeFunction · 0.70

Tested by

no test coverage detected