Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1435
void basic_string::resize(fl::size count) { resize(count, char()); }
1436
1437
void basic_string::resize(fl::size count, char ch) {
1438
if (count < mLength) {
Callers
nothing calls this directly
Calls
2
resize
Function · 0.70
reserve
Function · 0.70
Tested by
no test coverage detected