Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
T
Enum · 0.85
push_back
Function · 0.85
resize
Function · 0.70
Tested by
no test coverage detected