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

Method resize

src/fl/stl/basic_string.cpp.hpp:1435–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1433// ======= RESIZE =======
1434
1435void basic_string::resize(fl::size count) { resize(count, char()); }
1436
1437void basic_string::resize(fl::size count, char ch) {
1438 if (count < mLength) {

Callers

nothing calls this directly

Calls 2

resizeFunction · 0.70
reserveFunction · 0.70

Tested by

no test coverage detected